I have been trying to familiarize myself with VB.Net 2003, and I've come up with a question about the textbox control that I haven't seen addressed anyplace.
When a user is typing in a textbox, and they press the enter key, I want to be able to run a chunk of code. I'm familiar with handling this in VB6, using the OnKey events, but I haven't found anything that addresses this scenario in vb.net. If anyone can point me in the right direction, it would be greatly appreciated.
When a user is typing in a textbox, and they press the enter key, I want to be able to run a chunk of code. I'm familiar with handling this in VB6, using the OnKey events, but I haven't found anything that addresses this scenario in vb.net. If anyone can point me in the right direction, it would be greatly appreciated.