VB help

New_Newton
07-18-2003, 05:34 AM
Hi Im jason Newbie Visual Basic Programer, im 14 so im not real good

i need to know how to link the basic form1 to a Html or htm web page what letters should i use



__________________________________________________________
visual basic 6.0 .net studio

Squishy
07-18-2003, 07:06 AM
Load a web page inside a form or place the form on a web page? I haven't done the latter, but to load a web page inside a form, use the WebBrowser control (under Microsoft Internet Controls), and load the page using WebBrowser1.Navigate "http://www.the.page".

Val
07-18-2003, 07:39 AM
Do you mean creating a hyperlink?

Use ShellExecute API function.

ShellExecute hWnd, vbNullString, "http://www.google.com", vbNullString, vbNullString, 1

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum