Results 1 to 2 of 2

Thread: help with something..

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2012
    Posts
    15

    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 :-)..

  2. #2
    PowerPoster
    Join Date
    Mar 2002
    Location
    UK
    Posts
    4,780

    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
  •  



Click Here to Expand Forum to Full Width