Please help me!!! Web Button
-
I have a button on the form... how can i set it when its clicked that it goes to "www.google.com" and that it opens it in current browser??? FeRtoll Software.net ------------ E-Mail me WebPage
-
I have a button on the form... how can i set it when its clicked that it goes to "www.google.com" and that it opens it in current browser??? FeRtoll Software.net ------------ E-Mail me WebPage
not sure adzactly but in vb6 you used the shell command If you search in the object brower for shell the only 1 that pops up is Microsoft.VisualBasic.Interaction.Shell(String, [Microsoft.VisualBasic.AppWinStyle], [Boolean], [Integer]) As Integer Try searching msdn or google for a vb.net version hope this helps a bit
-
not sure adzactly but in vb6 you used the shell command If you search in the object brower for shell the only 1 that pops up is Microsoft.VisualBasic.Interaction.Shell(String, [Microsoft.VisualBasic.AppWinStyle], [Boolean], [Integer]) As Integer Try searching msdn or google for a vb.net version hope this helps a bit
nm i found it, it's very easy!!! as i though it will be wery easy buth it takes time to find it... here is : System.Diagnostics.Process.Start(http://www.google.com):-> FeRtoll Software.net ------------ E-Mail me WebPage