|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Say Like Im Creating A New Account Or Sumfin...... and i needed this:
URL" The text in text1.text "pw=" the text in text2".. how would i do that... becuase i thought i had it... but then it wouldn't accept it... tell me what i needa put plz... ThAnX ![]() |
|
#2
|
|||
|
|||
|
getting contents of text1
I presume you want the contents of Text1 textbox incorporated into a command string, something like ...
dim cmdstring as string cmdstring = "http://www.blahblah.com/creatid.php=" & str(text1.text) & "pw=" & str(text2.text) & ..... execute cmdstring |
|
#3
|
|||
|
|||
|
Yes,Lee Miles's answer is right!I'm agreed with him..
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > Collecting Info From Text1.Text .... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|