954,551 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

problem with vb.net 2003

Hi!

I cannot get the focus event code in vb.net 2003. Like in vb.net 2005, we write checkbox1.setfocus(), but what is the alternative for this in 2003?

Please keep in mind, I am working with vb.net 2003


secondly I wish to write the keypress event for a textbox so that I can retrieve each pressed value, which again is not possible in vb.net 2003

Plz help me out.

nice_true
Light Poster
28 posts since Sep 2007
Reputation Points: 10
Solved Threads: 0
 

Try Focus() not SetFocus I'm tryin' to help I use C#
and for keypress, use text changed event handler and you'll get the key; e.Key

Ramy Mahrous
Postaholic
2,196 posts since Aug 2006
Reputation Points: 480
Solved Threads: 276
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You