|
-
Sep 10th, 2012, 11:42 AM
#1
Thread Starter
New Member
help with something..
hi guys :-)
i have a problem..
i try to build a code to write something on a text..
but the problem in the code
i want a (Text1, Me.TextBox1, Text) or something like that...
Dim Text1 As String = "IP Server:"
Dim Text3 As String = ":5909
and after i press the button
i want the line: IP Server:10.0.0.127:5909
ty for all who help me :-)
good day :-)..
-
Sep 10th, 2012, 11:53 AM
#2
Re: help with something..
You use the & to join strings together.
Dim OtherString As String = Text1 & TextBox1.Text & Text3
No idea what you want to do with the results however...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|