Sendinput visual studio .net beta 2

G

Guest

Is there a sendinput function in Visual Studio .net beta 2? I don't see the
namespace that you must include for the sendinput function listed on
msdn2.microsoft.com.

David Harris
 
G

Guest

Could I just install the psdk and call the sendkeys or sendinput function
with that somehow?
 
J

Jan

yes, look up using P/Invoke to see how to call native frunctions from
managed code or write it in C++.Net.

Jan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top