Why don't you use WebBrowser control. It's a very easy way to display pages on the form. You can use the component by including Microsoft Internet Control in the component toolbox.
Printable View
Why don't you use WebBrowser control. It's a very easy way to display pages on the form. You can use the component by including Microsoft Internet Control in the component toolbox.
i was thinking more in lines of how i can use the Navigate2 api
it goes somethin like this
void Navigate2( LPITEMIDLIST pIDL, DWORD dwFlags = 0, LPCTSTR lpszTargetFrameName = NULL );
but cant get it to work in VC++ either...........suggestions anyone????:mad:
Take a look at this thread.
but it still uses the web control???any way else
Reference Microsoft Internet Controls.
SAI - you need the webbrowser if you want your form to contain the page, there is no other way. :(Quote:
but it still uses the web control???any way else
If you don't need the :
bit, then we can show you how to grab the users browser & open the page, but if you need this INSIDE the form, then yes, you're limited to using the webbrowser control. ;)Quote:
how can i view an html page in a vb form
what's wrong with using this anyway :confused: :eek: