|
-
Apr 6th, 2001, 08:28 AM
#1
Thread Starter
PowerPoster
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.
-
Apr 6th, 2001, 10:46 PM
#2
New Member
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????
-
Apr 6th, 2001, 11:18 PM
#3
Take a look at this thread.
-
Apr 7th, 2001, 02:55 AM
#4
New Member
but it still uses the web control???any way else
-
Apr 7th, 2001, 04:40 AM
#5
Reference Microsoft Internet Controls.
-
Apr 7th, 2001, 10:03 AM
#6
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|