patdenim Posted October 3, 2005 Posted October 3, 2005 As i wrote in my title I wan't my program to send a ctrl + d key combination to another running program for example when the user clicks a button. The other program is a dialer that calls a highlightend text with that key combination. Anyone with any suggestions how I can accomplish this? Quote
Diesel Posted October 4, 2005 Posted October 4, 2005 Win32 Api call...SendKeys. Search this forum or google, lots of examples. Quote
patdenim Posted October 4, 2005 Author Posted October 4, 2005 I have already tried with SendKeys but I didn't get that to work. The key combination didn't work outside the scope of the application. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.