Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to show help file (chm style) in modal form?
Message
 
 
À
11/12/2003 08:12:55
Michale Chen
Shijiazhuang ZhiYuan Crop.
Shijiazhuang, Chine
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00858051
Message ID:
00858088
Vues:
16
CHM files are designed to run on their own and not in a form. Atleast I do not know of any control that you can use to display a CHM file in a VFP form. What you can do is use the Microsoft Browser ActiveX control in a form and pass the default HTML page used to create your CHM file to the Navigate2 method of the control.

>Hello:
>
>
> I want to display my help file in modle form, using the folling code:
>
>
> local myform
> myform=createobject('mform')
> myform.show()
>
> set help on
> set help to myhelp.chm
> help in myform
>
> define class mform as form
> showwindow=1
> enddefine
>
> but when myhelp.chm is showing,the form minimized, chm file didn't show in the form, Could you give me any advice? Thank you.
Mark McCasland
Midlothian, TX USA
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform