G
Guest
I need to set a key (ex. F1 Key) to launch pword.exe when pressed. I was doing this with a RegisterHotKey command, but this only works when my application is running. I think I need to set a Registry Key instead, as this Key needs to launch pword.exe all the time, not just when my app is running. Does anyone have any examples of setting a Registry Key? I am pretty sure I would use the RegCreateKeyEx function, but I am confused as to what all the parameters are expecting. Any help is appreciated. Thanks.