I am tring to send CTRL-ALT-Home through a DDE but can't seem to figure out how to get the "Home" in there. Here is my code:
I am using this same method to send other commands (ie. enter, tab, etc.), but can't get this one to work. Any help is appreciated.
-Kevin
Code:
keystringsend.LinkTopic = "LCW|Info"
keystringsend.LinkItem = "Keystring"
keystringsend.LinkMode = 2
keystringsend = "^+{HOME}"
keystringsend.LinkPoke
I am using this same method to send other commands (ie. enter, tab, etc.), but can't get this one to work. Any help is appreciated.
-Kevin