Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to show help file (chm style) in modal form?
Message
De
11/12/2003 08:12:55
Michale Chen
Shijiazhuang ZhiYuan Crop.
Shijiazhuang, Chine
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
How to show help file (chm style) in modal form?
Divers
Thread ID:
00858051
Message ID:
00858051
Vues:
82
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform