Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Microsoft Internet Controls & Createobject()

Status
Not open for further replies.

BScullion

Programmer
Aug 25, 2003
7
0
0
GB
I have managed to reference Microsoft Internet Controls using the Object Browser in Foxpro. I can see all the events, methods, properties, etc, but I cant get the class name correct to attach it to a variable for experimentation.

Help!
 
BScullion

Put tha Activex on a form and in the property sheet of the control, look at "OLEClass" property.

Mike Gagnon

If you want to get the best response to a question, please check out FAQ184-2483 first.
 
If I go to Tools then Options in the main menu, then ActiveX Controls on the Controls tab it doesnt show an entry for Microsoft Internet Controls. But this entry does show in the Object Browser.
 
Try "Microsoft Web Browser" ActiveX Control

-- AirCon --
 
In VFP 7 I think you're looking at the _internet.vcx class library. It is in the FFC folder.

Dana
 
At the Command Window:
m.loIE = NEWOBJECT( "InternetExplorer.Application" )
will get you the Internet Explorer object.



Andy Rice
San Diego, CA
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top