SendInput Implementation In VB.NET

art_abon

New member
Joined
Feb 8, 2004
Messages
1
Location
Philippines
Help please, Im trying to port a keyboard and mouse-handling class from VB6 to VB.NET. The mouse_event version is (as expected) not working.

What surprised me is that the SendInput version isnt working as well. I believe it to be a problem with the CopyMemory API call I have in the code.

Can someone please show me how to make this work in VB.NET? I have included the SendInput VB6 code here as well (for reference).
 

Attachments

Back
Top