Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27217

VS 2010 String concatenation.

$
0
0
Hi!
I have a kind of a stupid question. I have a link that I want to declare as string and put textbox values in it.

This is what I have so far:
Code:

Dim address As String = http://api2.messente.com/send_sms/?username=xxxx&password=yyyy
&to=37251916062&text=test%20message

How can I add textbox values to this string so it would be like this:
http://api2.messente.com/send_sms/?username=Textbox1.Text&password=Textbox2.Text
&to=Textbox3.Text&text=Textbox4.Text

Thanks in advance.

Viewing all articles
Browse latest Browse all 27217


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>