Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.8K
~247 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for Umaid
Member Avatar for krishnisilva

when you are running the program the text box is automatically selected when you focus on it through tab. but if you want to select it by automatically while form load then you sould add this code in form load event. textbox1.select(); or textbox1.selectall(); it is a built in function …

Member Avatar for ch_shoukat222
0
138

The End.