Click here to Skip to main content
16,005,222 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Limit Keypress Input Pin
Christian Graus21-Jun-05 18:07
protectorChristian Graus21-Jun-05 18:07 
GeneralRe: Limit Keypress Input Pin
kanagaraj kumar21-Jun-05 23:19
kanagaraj kumar21-Jun-05 23:19 
GeneralRe: Limit Keypress Input Pin
icowa22-Jun-05 14:25
icowa22-Jun-05 14:25 
GeneralRe: Limit Keypress Input Pin
kanagaraj kumar22-Jun-05 21:38
kanagaraj kumar22-Jun-05 21:38 
GeneralOpen a NEW IE browser. Pin
Martin@captivasystems21-Jun-05 11:43
Martin@captivasystems21-Jun-05 11:43 
GeneralNavigating through menu of another appilcation Pin
Abhishek Karnik21-Jun-05 11:05
Abhishek Karnik21-Jun-05 11:05 
QuestionHow to access a TextBox control if given its Name as a variable? Pin
VB_Novice0121-Jun-05 10:37
sussVB_Novice0121-Jun-05 10:37 
AnswerRe: How to access a TextBox control if given its Name as a variable? Pin
Mitch F.21-Jun-05 11:01
Mitch F.21-Jun-05 11:01 
Hello,

To get the text from a textbox and set it to your string variable, you could use:

str = TextBox.Text
Or
Dim str as String = TextBox.Text

To set a TextBox's text from a variable, you would use:
TextBox.Text = str

I hope this helps,

Mitch

My sig:

"And it is a professional faux pas to pay someone else to destroy your computer when you are perfectly capable of destroying it yourself." - Roger Wright

Get Perpendicular! (Hitachi Storage)

My CodeProject Blog

Most recent blog post: April 11

AnswerRe: How to access a TextBox control if given its Name as a variable? Pin
lespaul3621-Jun-05 11:05
lespaul3621-Jun-05 11:05 
GeneralAnother 'String.Split' question. Pin
Brad Fackrell21-Jun-05 9:04
Brad Fackrell21-Jun-05 9:04 
GeneralRe: Another 'String.Split' question. Pin
Dave Kreskowiak21-Jun-05 9:47
mveDave Kreskowiak21-Jun-05 9:47 
GeneralRe: Another 'String.Split' question. Pin
Brad Fackrell21-Jun-05 9:51
Brad Fackrell21-Jun-05 9:51 
GeneralDataReader only finding one row Pin
SignMan35921-Jun-05 8:02
SignMan35921-Jun-05 8:02 
GeneralRe: DataReader only finding one row Pin
Colin Angus Mackay21-Jun-05 9:06
Colin Angus Mackay21-Jun-05 9:06 
GeneralRe: DataReader only finding one row Pin
Dave Kreskowiak21-Jun-05 9:37
mveDave Kreskowiak21-Jun-05 9:37 
GeneralCode Access Security Policy Tool Pin
Jason Weibel21-Jun-05 6:48
Jason Weibel21-Jun-05 6:48 
GeneralRe: Code Access Security Policy Tool Pin
Dave Kreskowiak21-Jun-05 7:06
mveDave Kreskowiak21-Jun-05 7:06 
GeneralRe: Code Access Security Policy Tool Pin
Dave Kreskowiak21-Jun-05 9:33
mveDave Kreskowiak21-Jun-05 9:33 
GeneralCollection / Property Grid Pin
THEMYTH21-Jun-05 4:36
THEMYTH21-Jun-05 4:36 
QuestionHow do i run an app. like paint from a macro button in excel? Pin
Anthony Mushrow21-Jun-05 4:11
professionalAnthony Mushrow21-Jun-05 4:11 
AnswerRe: How do i run an app. like paint from a macro button in excel? Pin
Dave Kreskowiak21-Jun-05 5:42
mveDave Kreskowiak21-Jun-05 5:42 
GeneralSelf-Uninstalling ActiveX Component Pin
Michel Robert 200421-Jun-05 3:23
Michel Robert 200421-Jun-05 3:23 
GeneralRe: Self-Uninstalling ActiveX Component Pin
Dave Kreskowiak21-Jun-05 5:34
mveDave Kreskowiak21-Jun-05 5:34 
GeneralRe: Self-Uninstalling ActiveX Component Pin
Michel Robert 200421-Jun-05 15:37
Michel Robert 200421-Jun-05 15:37 
GeneralRe: Self-Uninstalling ActiveX Component Pin
Dave Kreskowiak22-Jun-05 1:03
mveDave Kreskowiak22-Jun-05 1:03 

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.