Sendinput in vb.net?

  • Thread starter Thread starter fisj
  • Start date Start date
F

fisj

Has anyone managed to get the sendinput api to work with vb.net?

I've tried converting the vb6 code from allapi.net, but its proving
extremely difficult. Example and def is here:

http://www.mentalis.org/apilist/SendInput.shtml

Infact, I'm pretty sure this is a copymemory api problem, I'm
certainly getting the same object reference error that active has
been experiencing as per the copymemory post below, but I can't be
sure I've converted the sendinput correctly in the first place.

I did the basics of converting the data types to .net ones, and type
to structures. I've found surprisingly little informaiton on .net
implementation of api.

Any .net conversion experts willing to point the way on this one?

TIA,

fisj
 
Back
Top