PDA

Click to See Complete Forum and Search --> : to view an html page


amitabh
Apr 6th, 2001, 08:28 AM
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.

sai
Apr 6th, 2001, 10:46 PM
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:

Matthew Gates
Apr 6th, 2001, 11:18 PM
Take a look at this thread (http://forums.vb-world.net/showthread.php?s=&threadid=65839).

sai
Apr 7th, 2001, 02:55 AM
but it still uses the web control???any way else

Matthew Gates
Apr 7th, 2001, 04:40 AM
Reference Microsoft Internet Controls.

alex_read
Apr 7th, 2001, 10:03 AM
but it still uses the web control???any way else

SAI - you need the webbrowser if you want your form to contain the page, there is no other way. :(

If you don't need the :

how can i view an html page in a vb form

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. ;)

what's wrong with using this anyway :confused: :eek: