Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get object names of application?
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
How to get object names of application?
Miscellaneous
Thread ID:
00705056
Message ID:
00705056
Views:
47
Hi all,
is there any function that can display all the object names of application? such as :
oOutlook = CREATEOBJECT('Outlook.Application')
where 'Outlook' is the name of the application. But some object names do not use the
same name as application, like 'OutlookExpress', It will be failed if I create object
like this : oOutlookExp = CREATEOBJECT('OutlookExpress.Application')
So I just want to know where can I get the list of all validated object names.
Within VFP or Windows registry ?
Thanks.
Next
Reply
Map
View

Click here to load this message in the networking platform