Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I manage a Notepad session ?
Message
 
 
To
12/10/2001 23:51:18
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00567365
Message ID:
00568107
Views:
17
>I am now contemplating IE. I tried its .Navigate() and .Visible methods. Where can I get a list of the rest of its exposed methods ?

Alex gave you a link, but if you are using VFP7 you can type the following in the command window
LOCAL oIE
oie = CreateObject("InternetExplorer.Application")
Then via intellisense view the properties and methods with descriptions. Very nice.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform