Click here to Skip to main content
15,923,910 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionProperties In A Web Service? Pin
GrindAZ5-Jun-03 6:24
GrindAZ5-Jun-03 6:24 
Generalwriting VB dll Pin
modular5-Jun-03 2:50
modular5-Jun-03 2:50 
GeneralRe: writing VB dll Pin
Duncan Edwards Jones5-Jun-03 22:42
professionalDuncan Edwards Jones5-Jun-03 22:42 
QuestionMemory Leaks? Pin
Marcus Spitzmiller4-Jun-03 11:29
Marcus Spitzmiller4-Jun-03 11:29 
AnswerRe: Memory Leaks? Pin
Ray Cassick4-Jun-03 12:19
Ray Cassick4-Jun-03 12:19 
GeneralRe: Memory Leaks? Pin
Marcus Spitzmiller4-Jun-03 14:18
Marcus Spitzmiller4-Jun-03 14:18 
GeneralControl.Select Method Pin
Jm6k4-Jun-03 4:31
Jm6k4-Jun-03 4:31 
GeneralRe: Control.Select Method Pin
Ray Cassick4-Jun-03 5:36
Ray Cassick4-Jun-03 5:36 
This allows you to select text inside the textbox. By Select I mean highlighted as you do with a mouse by clicking and dragging.

'Fill the text box with some chars
textbox1.Text = "ABCDEFGHIJ"

'This line will highlight the first 3 characters 
'in the text box
textbox1.Select(0,3)


It is located in the help here:

http://msdn.microsoft.com/library/en-us/cpref/html/frlrfsystemwindowsformstextboxbaseclassselecttopic1.asp?frame=true[^]


Paul Watson wrote:
"At the end of the day it is what you produce that counts, not how many doctorates you have on the wall."
George Carlin wrote:
"Don't sweat the petty things, and don't pet the sweaty things."
Jörgen Sigvardsson wrote:
If the physicists find a universal theory describing the laws of universe, I'm sure the a**hole constant will be an integral part of that theory.


GeneralXP Style Password Box. Pin
GrindAZ3-Jun-03 13:05
GrindAZ3-Jun-03 13:05 
GeneralRe: XP Style Password Box. Pin
J. Dunlap3-Jun-03 13:12
J. Dunlap3-Jun-03 13:12 
GeneralRe: XP Style Password Box. Pin
GrindAZ3-Jun-03 13:49
GrindAZ3-Jun-03 13:49 
GeneralMSI VB Custom Action Pin
paul43-Jun-03 10:04
paul43-Jun-03 10:04 
GeneralRe: MSI VB Custom Action Pin
Dave Kreskowiak6-Jun-03 9:07
mveDave Kreskowiak6-Jun-03 9:07 
GeneralHandling Mouse Events for any Object Pin
Vasant Salian3-Jun-03 9:24
Vasant Salian3-Jun-03 9:24 
GeneralRe: Handling Mouse Events for Graphical Object Pin
Ray Cassick3-Jun-03 9:38
Ray Cassick3-Jun-03 9:38 
GeneralMultiple Projects Pin
Anonymous3-Jun-03 5:33
Anonymous3-Jun-03 5:33 
GeneralRe: Multiple Projects Pin
Ray Cassick3-Jun-03 6:52
Ray Cassick3-Jun-03 6:52 
GeneralRe: Multiple Projects Pin
Anonymous3-Jun-03 7:34
Anonymous3-Jun-03 7:34 
GeneralRe: Multiple Projects Pin
Ray Cassick3-Jun-03 7:41
Ray Cassick3-Jun-03 7:41 
GeneralRe: Multiple Projects Pin
Anonymous4-Jun-03 2:48
Anonymous4-Jun-03 2:48 
GeneralRe: Multiple Projects Pin
Ray Cassick4-Jun-03 3:16
Ray Cassick4-Jun-03 3:16 
GeneralPing Pin
mikasa3-Jun-03 2:33
mikasa3-Jun-03 2:33 
GeneralRe: Ping Pin
John Kuhn3-Jun-03 13:49
John Kuhn3-Jun-03 13:49 
QuestionDataSet Changes? Pin
GrindAZ2-Jun-03 11:52
GrindAZ2-Jun-03 11:52 
AnswerRe: DataSet Changes? Pin
Nick Seng2-Jun-03 18:12
Nick Seng2-Jun-03 18:12 

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.