[VB6]SendKeysSendKeySendInputKeybdEvent

Joined
Jan 2, 2008
Messages
4
Reaction score
0
[VB] SendKeysSendKeySendInputKeybdEvent

As my other post was deleted for NOT being related to Keyloggers!!! because the Moderator can't tell the difference between Disassociation and association . . .
Here I am AGAIN!

What is the best way to EMULATE = SEND Key Commands from a Keyboard in Vb6
I have Tried
Sendkeys
Keyb_event

None work for applications under vista other than for simple Programs "Like typing something automatically in notepad"

Simply what is better than Senkeys and Keyb_event for Keyboard Hooks. . .
AGAIN THIS IS NOT RELATED TO KEYLOGGERS IT IS THE EXACT OPPOSITE I WANT TO SEND KEYS NOT RECORD !!!!
Simply I want to Create an Auto Login System for all my lineage 2 Accounts . . . -_- so far it only works for Notepad/wordpad/firefox . . .
What is the most realistic way to emulate Keystrokes? With the least amount of code?
 
well if memory servre me right u gotta find the window (well the text field) so it can enter the info into it... i dun remember how to do it though also i work in all .net =/
 
Yes I know how to make it go to the windows but I always aether get an Error 70 "permission denied" or it gives no Error and just does not send the input . . . even tho both methods work on simple programs like Notepad they refuse to work in more complex Full Screen or even windowed applications.

Is there a more efficient way of doing this in any other coding languages that would be guaranteed to work?
Also how do you Find .Net is it simple to pick up . . . i have used it ounce or twice and find it VERY EASY in comparison to C++ when dealing with Gui and the like . . .
Api Calls are Driving me nuts tho in C++ as it is WAY beyond my understanding in that language. . . when it comes to api functions i can only do them so far in VB6.
 
Back