Hey!!
I need some codes,
First of all,
I need the code of,
When you click an Button on Visual Basic 2008, That it will open another window (also from Vb8, I.E About button)
And I need the code for:
Clicking an button, And it will open an web page
Printable View
Hey!!
I need some codes,
First of all,
I need the code of,
When you click an Button on Visual Basic 2008, That it will open another window (also from Vb8, I.E About button)
And I need the code for:
Clicking an button, And it will open an web page
google the codes. or youtube them....
Well, you wanna when click on a button, open a Internet Explorer page?
open website in VB
[CODE]Process.Start("https://google.com")
if you mean another form or something that is already in your project, (i.e. About Box, Dialog, Dif form) then useQuote:
Originally Posted by Natureskillz
NAMEOFTHING.Show()
If you want to make a button visible
ButtonName.Visible = True
Not visible
ButtonName.Visible = False
Np, just donīt forget to thank me!