Keypress event codes

jaisankerbabu

New member
Joined
May 20, 2009
Messages
1
Programming Experience
Beginner
Hi I am using in vb6 Textbox events
1. keypress
2. keycode
3. change
4. got focus
5. lost focus

Kindly send sample codes for vb.net 2008
 
Please post in the most appropriate forum for the topic, not the first one you come to. Moved.

The VB.NET TextBox has Enter, Leave, TextChanged, KeyDown, KeyUp and KeyPress events. You can handle any or all of those as appropriate for your app. We can't really say more unless you tell us what you're actually trying to achieve.
 
Back
Top