12-30-2009, 04:33 AM
(This post was last modified: 12-30-2009, 09:31 AM by thanasis2028.)
(12-29-2009, 05:40 PM)ElephantShoe Wrote: 1)Thanks it worked, but do you know how to make it passive? Meaning, is there a way to make the hotkeys work if the program is minimized?
2)Also, this might be easy. I have a "Clear" button. I'm wanting it to clear all of the text fields. I've tried searching but no luck.
1) to do that you will need the code you wrote at the start of this post. I can't help you though because I don't know the details.
2) You must set the text of each textbox to ""
Code:
textbox1.text=""
textbox2.text=""
........