Hydro, it looks like you double posted, but the post above yours is is "Cadet Crusher." Rofl, what the hell?
Hydro, it looks like you double posted, but the post above yours is is "Cadet Crusher." Rofl, what the hell?
1. notice the exact same signature?Originally Posted by Pwnd
2. quote it ;)
Every thread that Indulgence posts in, the names and avatars of people randomly change to Startrek TNG characters. He did this last December. It's old.
nubcakes
<img src="http://images.google.com/images?q=tbn:BeYR5xvTozSv5M:http://www.ibiblio.org/pub/multimedia/pictures/asia/vietnam/people/balao.jpg" onload="alert('sucky sucky - 5 dollah');" />
lolerskates


keybd_event and sendinput are better. keybd_event got me through thousand dollar projects just fine.












Either way you cant direct the input without the use of other calls so sendmessage is still better in my mind.
Kc: what waht
DSG: in da butt
DSG: lol
DSG: :P
Kc: what what!?
Kc: IN THE BUTT
Kc: I say what what?
DSG: in the butt







It's worked with every application I've used, you just need to figure out how the application handles its messages.
Kc: what waht
DSG: in da butt
DSG: lol
DSG: :P
Kc: what what!?
Kc: IN THE BUTT
Kc: I say what what?
DSG: in the butt







I dont have either and I dont plan on getting either so I cant **** around with it.
Kc: what waht
DSG: in da butt
DSG: lol
DSG: :P
Kc: what what!?
Kc: IN THE BUTT
Kc: I say what what?
DSG: in the butt

Why would you hack your own firewall is what I want to know. :X



I got nothing, results anyone else? It just restarted explorer, and the connection to the proggie was severed.


they must of finally fix it, zonealarm only accept keyboard/mouse input from explorer to signify real mouse/keyboard input as thats where it comes from, it use to be if you killed explorer zonealarm would no longer accept your input so it'd be stuck in its current state. Btw incase you havent figured it out, one way to bypass zonealarm is to inject a dll into explorer and send mouse input to close nag screen or whatever else...outpost isn't affected by this.
The original topic was strictly concerning the downside of SendKeys, a functionality intrinsically a part of VB6 (I don't use VB.NET to know if it is a part of VB.NET as well). Therefore the argument of whether it is better to signal keyboard events using lower level function calls which deal with the input drivers as opposed to sending the request for a keyboard input event via the built in support from the operating system should really be moved to another thread.
That said, the crux of the matter depends on how well the OS and the software in question interfaces together and conforms to the same basic elements that can be assumed to be present. The primary drawbacks from using SendMessage or PostMessage (PostMessage actually functions better for sending keyboard input) come from the window thread of the application incorrectly processing keyboard event messages, and this does not apply to raw keyboard events generated by the drivers. In most situations there is no reason to use one or the other, though.
There are currently 1 users browsing this thread. (0 members and 1 guests)