VS2008.Net3.5:What event for a textbox to open a new form?

ripon

Member
Joined
Mar 23, 2006
Messages
15
Programming Experience
Beginner
I have a Windows Mobile6 Device application in VS2008.Net3.5Compact Framework. I have a textbox in my Form1.
By clicking this textbox, I want to open a new form(a keypad) to enter data into the textbox. What will be the event for this? textbox.Click does not work for .net3.5 Compact. I also dont want GotFocus event method. So what else can I use? Thanks.
 
Back
Top