Hello there,
does anyone seen the MS Money apllication? I want the presentation of help that way. I want my Help menu to pop-up inside my mdi form. How can i make the help form to be a child form of my MDI form?
pls help.
thnks...
Printable View
Hello there,
does anyone seen the MS Money apllication? I want the presentation of help that way. I want my Help menu to pop-up inside my mdi form. How can i make the help form to be a child form of my MDI form?
pls help.
thnks...
If you want to use WinHelp, you could just shell it, and use SetParent to make it a child. Otherwise, if you are creating the help file yourself, just make the help file a child of the MDIForm via setting the property.
Thanks you very much for your reply. I really appreciate it.
can I ask you another favor. I really dont know what to do.
can you provide me with the code of using the SetParent.
Thanks. your help is very much appreciated.
Hope to hear from you very soon.