art_abon
New member
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).
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).