Click here to Skip to main content
16,004,406 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralVB to C manipulation Pin
9-Dec-01 19:08
suss9-Dec-01 19:08 
GeneralRe: VB to C manipulation Pin
James T. Johnson17-Dec-01 2:33
James T. Johnson17-Dec-01 2:33 
GeneralDirect3D skin meshes Pin
Kelvzs9-Dec-01 18:01
Kelvzs9-Dec-01 18:01 
GeneralGET PUT and UDT Pin
kwk6-Dec-01 16:17
kwk6-Dec-01 16:17 
Generaladding controls at runtime Pin
markmyb5-Dec-01 21:44
markmyb5-Dec-01 21:44 
GeneralRe: adding controls at runtime Pin
Michael P Butler5-Dec-01 23:59
Michael P Butler5-Dec-01 23:59 
GeneralRe: adding controls at runtime Pin
10-Dec-01 14:47
suss10-Dec-01 14:47 
GeneralRe: adding controls at runtime Pin
23-Dec-01 6:47
suss23-Dec-01 6:47 
I've never used this method befor, but it seems cool.
Try this code it may help you:

private sub text1_Gotfocus()
text1.selstart = 0
text1.sellengh = len(text1.text)
end sub

private sub text2_Gotfocus()
text2.selstart = 0
text2.sellengh = len(text2.text)
end sub

GeneralGet web site content Pin
5-Dec-01 16:03
suss5-Dec-01 16:03 
GeneralRe: Get web site content Pin
11-Dec-01 18:09
suss11-Dec-01 18:09 
Generalchanging msgraph data labels using code Pin
5-Dec-01 5:43
suss5-Dec-01 5:43 
GeneralVB.Net UserControl Pin
Makyana4-Dec-01 14:32
Makyana4-Dec-01 14:32 
GeneralCreate a new file by dragging from app Pin
Randy Magnuson4-Dec-01 12:29
Randy Magnuson4-Dec-01 12:29 
GeneralHandling Class-Module Errors in Form Pin
Firoz3-Dec-01 23:48
Firoz3-Dec-01 23:48 
Generallogoff Pin
loveuever200030-Nov-01 23:56
loveuever200030-Nov-01 23:56 
GeneralRe: logoff Pin
Nick Parker3-Dec-01 4:10
protectorNick Parker3-Dec-01 4:10 
GeneralActiveX & Threads...gettin' Funky - Check this Out. Pin
Tim Rymer28-Nov-01 11:36
Tim Rymer28-Nov-01 11:36 
GeneralRe: ActiveX & Threads...gettin' Funky - Check this Out. Pin
8-Dec-01 20:45
suss8-Dec-01 20:45 
QuestionHow can I get a Date easily from users? Pin
Remi Morin27-Nov-01 9:18
Remi Morin27-Nov-01 9:18 
AnswerRe: How can I get a Date easily from users? Pin
Carlos Antollini27-Nov-01 9:30
Carlos Antollini27-Nov-01 9:30 
GeneralRe: How can I get a Date easily from users? Pin
Remi Morin27-Nov-01 9:44
Remi Morin27-Nov-01 9:44 
GeneralRe: How can I get a Date easily from users? Pin
Carlos Antollini27-Nov-01 10:09
Carlos Antollini27-Nov-01 10:09 
GeneralTwo difficult ADO questions Pin
ssteo23-Nov-01 23:21
ssteo23-Nov-01 23:21 
GeneralRe: Two difficult ADO questions Pin
Bill Wilson28-Nov-01 9:15
Bill Wilson28-Nov-01 9:15 
GeneralRe: Two difficult ADO questions Pin
Oyvind Bratland2-Dec-01 22:51
Oyvind Bratland2-Dec-01 22:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.