Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Detecting the missing html help control
Message
From
15/05/2002 12:17:12
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Detecting the missing html help control
Miscellaneous
Thread ID:
00656993
Message ID:
00656993
Views:
65
If my user presses F1 key, I need to dedect for html help control:

1. are the required files present in hard disk
2. is the control registered in registry.

I think that the best way is to use the code:
on error lError = .t.
ob = createobject( ??? )
on error
if type('ob')#'O'
  .. register it
  endif
Which class name need to be passed to createobject() for this check
or is there a better way to dedect the installation on html help control ?
Andrus
Next
Reply
Map
View

Click here to load this message in the networking platform