|
-
May 27th, 1999, 08:34 AM
#1
microsoft web browser control
hi ,
does anyone know how to use microsoft web browser control ? any suggested links are there for using it ?
ramesh.
-
May 27th, 1999, 09:15 AM
#2
Re: microsoft web browser control
There are a number of ways of using it, depending on your project type and requirements.
For an ordinary MFC Doc/View application:
from the menu, select 'Project' / 'Add To Project' / 'Components and Controls', find the Microsoft WebBrowser control, and Insert it. The Class Wizard will create a wrapper class for you in a new header and source file. Use this class in your view just like any other control (construct an instance, call Create() on it, then use its methods - Navigate() is the main one).
In an ATL project it's similar, but you select 'Insert' / 'New ATL Object'.
Dave
-
May 27th, 1999, 10:30 AM
#3
Re: microsoft web browser control
There is a good article for this in msdn the article title is
Boning Up on the Internet Client SDK Part I: Web Browsing Objects
Hope you find this useful.
Regs,
Ramanan
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
|