|
-
Jun 30th, 2006, 11:20 AM
#9
Re: Got some questions
 Originally Posted by slim-shady
in this site it was written:
"The "GUID_SysKeyboard" part in the CreateDevice( ) function is important (as the comment says!). it tells the DirectInput8 object to create a keyboard device - there are a lot of GUID's - Globally Unique IDentifier's... but we only need this GUID - the other standard one is for a mouse device; the rest have to be enumerated - a topic for later on... Either way, you'll be safe to use the "GUID_SysKeyboard" token."
This part is not so clear to me, if I understood correctly then it says u create a new device (which is a keyboard, in this case), does this mean it simulates a keyboard? like there is another keyboard connected to the pc???
the example given in this site reads the key imputs and shows wether key is up or down is there anyway to set wether the key is up or down (aka sending key input)??
Is there any way in vb to simulate a keyboard and send key strokes with it??
Is there a way to send key inputs on the driver level?? <===is this connected to hooking in any way if yes, can u give some guides, sites explaining it in depth??
again any help would be appriciated and 10x ahead...
I said it before, and I'll say it again.
 Originally Posted by Jacob Roman Post #5
DirectX only reads input. It doesn't write it. So sending keys using DX is not possible. Believe me, I tried and found out the hard way myself.
Wanna ask if its possible to send input using DX again?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|