Results 1 to 6 of 6

Thread: to view an html page

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Aug 2000
    Location
    India
    Posts
    2,288
    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.

  2. #2
    New Member
    Join Date
    Mar 2001
    Posts
    5
    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????

  3. #3
    Matthew Gates
    Guest
    Take a look at this thread.

  4. #4
    New Member
    Join Date
    Mar 2001
    Posts
    5
    but it still uses the web control???any way else

  5. #5
    Matthew Gates
    Guest
    Reference Microsoft Internet Controls.

  6. #6
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    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

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width