Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to show help file (chm style) in modal form?
Message
From
11/12/2003 08:12:55
Michale Chen
Shijiazhuang ZhiYuan Crop.
Shijiazhuang, China
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
How to show help file (chm style) in modal form?
Miscellaneous
Thread ID:
00858051
Message ID:
00858051
Views:
81
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.
Next
Reply
Map
View

Click here to load this message in the networking platform