Windows 7 Keylogger Wont Work?

Jul 9, 2011

Note: This project is for educational purposes only.I've tried many tutorials on how to create basic keyloggers but none work. I then heard Windows 7 won't work for keyloggers with Visual Basic 2008.

My Code is Below:Public Class Form1 Dim result As Integer Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer

Timer1_Tick
For i = 1 To 255
result = 0
result = GetAsyncKeyState(i)
If result = -32767 Then
TextBox1.Text = TextBox1.Text + Chr(i)
End If
Next i

I get no errors from the code it just doesn't put the keys I press in the textbox.If having Windows 7 is the problem is there any solutiions?

View 1 Replies


ADVERTISEMENT

VB 2010 Application Works On Windows 7 Machine But Will Not Work On Other Windows 7 Machines?

Jan 22, 2011

I have developed a VB 2010 express application that works on my windows 7 machine, but when I deploy it to other windows 7 machines the application will not run at all. I created an msi script to install the software on other machines and it includes the .NET 4.0 framework an all of my application dll's and such. Any idea what might be he problem?

View 2 Replies

Installation Of VS2010 With Windows 7 At Work And A Laptop With Windows 7 X64?

Apr 3, 2012

I have an installation of VS2010 with Windows 7 at work and a laptop with Windows 7 X64. I transferred a whole set of project files to the laptop but the directory "Documents" does not exist on the laptop - it is called "My Documents". As such of course I get errors when loading the project on the X64 machine as the resource files cannot be found. I have tried changing the name of the directory to "Documents" to accord with the other PC, and this was apparetnly successful. But, VS still does not "see" the files in the renamed directory. How can I simply change the path name for the resource files so that VS can see these files?

View 8 Replies

Excel App That Will Not Work On Windows Vista And Will On Windows XP Pro

Feb 5, 2011

I have a program that works in Windows XP Pro, Visual Basic 2005 and Excel 2007 that does not work in Windows Vista, Visual Basic 2005 and Excel 2007.The program takes Excel data from an already opened Workbook on the desktop and moves it to the Visual Basic program.The error occurs when I try to open the Excel Application in Visual Basic:[code]Is there a different code to define an Application in Vista?The "Open" Application will not work on a Excel App already on the desktop.

View 1 Replies

Get A Code Compiled In Windows XP To Work In Windows 7?

Oct 25, 2011

I have a VB.net project that i've published through a click once installation which was compiled in Windows XP the application contains a previous version of True DB grid which is not supported windows 7 so i'm trying to get my application to work in Windows 7 so that the true db grid and other such controls work without any issue. i tried compiling the code in x86 mode

View 2 Replies

Spy.net Trojan KEYLOGGER

May 9, 2010

Spy.net Trojan KEYLOGGER ?

View 2 Replies

Make A Keylogger In VB 2010?

Jun 9, 2011

How can i make a keylogger in visual basic 2010 ?

View 1 Replies

Making A Simple Keylogger?

Jul 31, 2010

I want to make a simple key logger in VB.Net in console mode which runs on background. So, I m not getting any logic, how to made it.

View 10 Replies

VS 2008 How To Make A Keylogger

Apr 15, 2009

I searched the Topic how to make a Keylogger, but wasn't what I was asking. I don't want to make a virus, I want a simple user-friendly Application with a textbox that show what is typed on my account, for instance: I start the friendly keylogger, I start up a internet tab, and go to Myspace (don't mean to advertise) and let my brother log in. I want the textbox to say just:

xxTREV0Rxx (example username)
pie249 (example password)

I don't want this to be serious. (Also: ShowInTaskBar: False)

View 3 Replies

Make Keylogger - Save The Information In A .txt On The Usb?

Dec 13, 2009

I have made a KeyLogger that send the information to an e-mail but I want it to save as a .txt to the USB drive in a folder called logs. But for example all USB drives are on different names like G, E, and F, they all vary so how do I make my keylogger save the information in a .txt on the usb.

1. How do I save a .txt file to a folder named "logs" on the USB?

2. How do I register the F1 and other keys that are not registered.

3. How can I get the program to close when the USB is pulled out?

View 10 Replies

Anti Keylogger Using On Screen Keyboard

Sep 1, 2011

im creating an anti keylogger using on-screen keyboard and its work. but the problem is keylogger still can captured the keystroke. So i want to know what code should i add in my program. this is my code so far

[Code]...

View 2 Replies

Make A Keylogger And Attach It To One Button?

Jan 25, 2010

how I can make a keylogger and attach it to one button. I just want it to send logs to my e mail Say every 2 hours or so And how to make it be on there startup and invisiable in taskmanager So when they press a button on my project it will start up my keylogger

View 2 Replies

On Creating A Simple Keylogger (non Malicious)

Feb 21, 2012

I'm suspicious my spouse is cheating. In the past few months he has systematically locked me out of all of his social media accounts shortly after getting a job with a group of female secretaries that travels for a week at a time. He has been dodging or non-communicative when confronted about this.url...

The only way to avoid interaction with antispyware is to create it myself.I understand that copying text or something into an open notepad session or the clipboard is out of the question; however I'm pretty sure that I could create a (fairly) simple script that does the following:[code]I know this is extremely inneficient but this is the most covert way i can think of, a simple wscript that runs on startup and creates these .txt files in an important looking place (windows/config/system/logs/win32 - example)

View 1 Replies

Keylogger - Recording All Passwords And Stuff Entered

Jun 12, 2011

I an new to visual basic and I was following a tutorial to make this keylogger for my computer to record all my passwords and things entered but i get a Warning1Variable 'key' is used before it has been assigned a value. A null reference exception could result at runtime.
C:\Users\Gene\documents\visual studio 2010\Projects\WindowsApplication1\WindowsApplication1\Form1.vb1812WindowsApplication1
Then the null error occurs.

View 1 Replies

VS 2010 Keylogger Won't Recognize <, >. /? Type Of Keys

Apr 23, 2012

i am trying to make a proper keylogger. i have programmed the qwer QWER 123 and !@# keys but it wont read the ,< .> type ok keys for some reason, how to make the program read these keys

View 10 Replies

Does MSWEBDVD.dll Work In 64-bit Windows 7

Feb 25, 2011

I wrote a DVD player in VS2010, based on the COM component mswebdvd.dll, which works fine on a 32 bit XP machine. When I try to write something similar on a 64 bit Windows 7 machine something odd happens. I have mswebdvd set up as a project reference and as a control in the toolbox, and when I create an instance of it on the form I apparently have access to all its methods and properties...but when it is 'playing' the DVD the form object remains as a black box and there is no sound. I have title numbers, run times, play state etc displayed in textboxes and everything is normal, with play stopping as expected at the end of each title. The dll evidently thinks it's doing its job but there is no sound or vision. Can anyone suggest what is happening? [code]The Windows 7 machine has one optical drive and plays DVDs perfectly well on installed software (PowerDVD).

View 6 Replies

IDE :: VB App Will Not Work Properly On A Windows 7 64 Bit PC?

Mar 8, 2012

My VB app will not work properly on a Windows 7 64 bit PC.When I launched it on the Win7 PC it will open up OK but when I open a crystal report, the form page comes up ok but the report is missing.Then I get a pop up window asking me for a user name an PW:

[Code]...

View 9 Replies

Programs Work Under Windows XP?

Mar 5, 2009

how can i make my programs work i am using in my programs framework 3.5 and i make to my programs build publish so is effect on any thing

View 8 Replies

SHELLDLL_DefView Does Not Work In Windows 7

Apr 18, 2011

I am having a problem with my code now that I have changed from Vista to Windows 7. For some reason the following code does not work anymore in Windows 7. It seems that Progman is replaced by WorkerV.

<Runtime.InteropServices.DllImport("User32.dll")> _
Public Shared Function FindWindowEx(ByVal hwndParent As IntPtr, ByVal hwndChild As IntPtr, ByVal className As String, ByVal caption As String) As IntPtr

[code]....

View 2 Replies

Will Vbc.exe Work OK With Windows 7 Starter

Oct 22, 2011

I am buying a netbook so I can write applications in Visual Basic using the vbc.exe compiler that is a part of Windows SDK. Will vbc.exe work with Windows 7 Starter (which seems to be the usual OS for netbooks)?BuckBoost

View 7 Replies

Application Doesn't Work On Windows XP?

Jan 26, 2009

I've developed a small windows form application in Visual Studio 2005. I have tested the application on a completely fresh install of Vista 32-bit as well as Vista 64-bit and it works fine... But when I copy the application onto an XP machine the following problems occur:The application no longer has its icon, just the default .exe console box icon
Whenever I try to open the application, absolutely nothing happens

View 11 Replies

FaxServer On Vista And Windows 7 Does Not Work

Nov 24, 2009

I wrote a fax server obj that worked on windows xp. When it got moved a windows 7 machine, it does not work. What changed? One issue is...

[Code]...

View 5 Replies

ListviewColumnSorter Doesn't Work On Windows XP

Mar 9, 2010

I have a listviewsorter that does work on Windows 2000, Windows Vista and Windows 7 (and maybe others), but it doesn't on Windows XP.

View 5 Replies

Make Program Work In Windows 7?

Jul 11, 2011

I completed my VB project a while back and it worked great in XP.Now the same program is needed on computers that have Win7 installed.The program installs without any problems, but when I open it, it gives me an error saying the database is not accessible.

I used Visual Studio 2008 and SQL Compact to design the project.The database was included in the project and in the installation file. I also checked the Programs folder and the database was installed correctly into the correct path.What is the problem with my programs compatibility with Windows 7?

View 14 Replies

Making A Windows Service Work?

Oct 9, 2009

I have a program that i'm trying to convert into a service (it has no interface anyway).

View 2 Replies

Timer Cannot Work In Windows Service

Feb 27, 2008

The Timer canot work at Windows services, Anyone face b4 ?? Any extra setting need to set b4 use it ??

in VS2003 windows services can work.

View 3 Replies

Use AT Commands To Send An SMS Not Work With Windows 7

Mar 3, 2011

I'm running Visual Studio 2010, and i'm trying to use AT commands to send an SMS. My question is will it not work with windows 7 due the exclusion of hyperterminal in windows 7. (I was able to dowload a version of Hyperterminal and can use AT commands in that.. but my code itself does not work.) My code is below.

[Code]...

View 5 Replies

Windows 7 VB Project Wont Work With XP?

May 9, 2012

I made a small windows project under visual studio 2010, It working perfectly with

windows 7 , when I tried to run it under XP didn't work :-(

what can I do to have it work in both windows 7 and windows XP , or at least to work under

View 11 Replies

Windows Service Doesn't Work?

Feb 28, 2011

I've created a windows service which must produce a beep every 0.5 seconds.

I've installed and started that. but nothing happends.

what should I do?this is my service:[URL]...

View 1 Replies

How To Make A Windows Service Work Properly

Aug 3, 2010

My project requires that a windows service checks up a table on a sql database(MDF) and if product existence is 0 then sends an email to some mail address and keep checking every 24 hrs.Now Im able to send mail messages but what Im not able is to make the service itself to work or at least make sure that is working.I do the following(correct me if I do something wrong or missing a step):

1. create a new project and choose windows service

2. add a timer and set to 4000 ms just to test not wait the 24 hrs lol

3. then open its event timer_elapsed and put some code on it, like a msgbox that would keep spamming every 4 secs just to test

4. at the event onstart I enable the timer by: timer1.enabled=true

5. at the event onstop I disable the timer by: timer1.enabled=false

6. right click then choose add installer

7. in the newer installed with the two objects:

a. serviceinstaller1 set its properties to: displayname: myservice and servicename: myservice

b. serviceprocessinstaller1 set account property to LocalSystem

8. build the project and install it by opening the VS console and type: "installutil c:path blah blahservice.exe" then hit enter

9. all successfull installed open the pc manager and run the service from the list and this should be the deal

Now my real problem is that by following those steps my service is sucessfully builded, installed, and started but after the 4 seconds no msg pops up so this leads me to think that is not doing anything or I did something wrong in the steps above. Is there another way to test if this service is working else than the msgbox or the log entry? Plus, Im working on my home pc which is a xp OS. I tried the same at college pcs wich are win7 and when I did install by the console it returned an error weird but in my home pc it doesnt(and I have to present my project at college at college and tomorrow

View 7 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved