hallo everyone,
i am a bit new in programming and i would like to ask u all about something defficult for me.
well i have a link for example "http://www.sms.gr/Servlet?code=6944444444"
where the "6944444444" is a defult mobile phone number (this site has not an extension at the end like html etc and i hope that help)
to the point now i want to have into my form a TextBox in which i will write any phone and the vb will put it into the previous link
something like this but in visual basic code
and finally i want a button (the submit button) which will open the last link with the number of the TextBox
i dont know if i ask for many things but i think it is possible
thanks in advance for ur time and convinience
i am a bit new in programming and i would like to ask u all about something defficult for me.
well i have a link for example "http://www.sms.gr/Servlet?code=6944444444"
where the "6944444444" is a defult mobile phone number (this site has not an extension at the end like html etc and i hope that help)
to the point now i want to have into my form a TextBox in which i will write any phone and the vb will put it into the previous link
something like this but in visual basic code
VB.NET:
if TextBox text = 6945217321
then System.Diagnostics.Process.Start("iexplore", "http://www.sms.gr/Servlet?code=6945217321")
i dont know if i ask for many things but i think it is possible
thanks in advance for ur time and convinience