: what method i should use for setting focus of textbox in vb.net : in vb6.0 we use textbox.setfocus, what will be in vb.net : :
It's now textbox.focus(). Don't ask me why they changed the name but they did. I'm a VB6 programmer learning VB.NET and it makes me angry everytime I find a idiot name change to the exact same function,method or property. There was not one reason for it. Microsoft allowed the propeller heads to get there geek hands on the only RAD software left on the market. Now there is none.
Comments
: in vb6.0 we use textbox.setfocus, what will be in vb.net
:
:
It's now textbox.focus(). Don't ask me why they changed the name but they did. I'm a VB6 programmer learning VB.NET and it makes me angry everytime I find a idiot name change to the exact same function,method or property. There was not one reason for it. Microsoft allowed the propeller heads to get there geek hands on the only RAD software left on the market. Now there is none.