Hello, I am attempting to make an internet browser and I was wondering how to have a text box sense when I tap enter, and how to call it as a function, thanks for reading.
- MrChubbs
Printable View
Hello, I am attempting to make an internet browser and I was wondering how to have a text box sense when I tap enter, and how to call it as a function, thanks for reading.
- MrChubbs
Look into Keypress events for the Keycodes....
User jmcilhinney has code examples.
I bookmarked his website which is good for you -
http://jmcilhinney.blogspot.com/2010...ows-forms.html
Good Luck!