04-06-2009 03:38 PM
08-20-2013 06:55 PM
Hi,
Although I know I dig out a little bit this post, I needeed to simulate keystroke feature and I felt the dll option a bit oldy.
Looking at the dotnet assembly System.Windows.Forms.SendKeys, I realized a little vi that generate and catch ASCII and not ASCII evts.
For multiple key combination, and ctrl char (CTRL, SHIFT, ALT) look at the well described documentation on http://msdn.microsoft.com/fr-fr/library/system.windows.forms.sendkeys.aspx
It's quite easy to implement these type of commands.
Hoping that this message could help someone.