*** New to VB6, need some advice. *** 
Author Message
 *** New to VB6, need some advice. ***

I'm pretty new to VB6 and I would like some advice of someone.

Msg = "Eerst op BEREKENEN klikken!"
    Style = vbOKOnly + vbMsgBoxHelpButton
    Title = "Hulp bij het programma training."
    Help = "Training.chm"
    Ctxt = 1000
    Response = MsgBox(Msg, Style, Title, Help, Ctxt)
    MsgBox Response
    TxtGewicht.SetFocus

I'd like to connect the help-button to a file called Training.chm on a
floppy. MSDN tells me that I must add a context but I can not find any
number at all. I tried using 1000 but I'm receiving always the message
'cannot load help'. If I ship this context the help module tells me that
winhelp.exe is not in my path. Although I copied it to the floppy as well.

thanks for any help.

Sound



Sun, 04 Jul 2004 21:44:52 GMT  
 *** New to VB6, need some advice. ***
I believe that the .chm file needs to be in the application's home
directory (or one of the Windows directories) or you need to specify a
full path name.

Bruce Johnson
TAG Consulting

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!



Mon, 05 Jul 2004 05:26:10 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. New to forms...need some advice (x-posted)

2. TOTALLY NEW TO PROGRAMMING!!!! Need Advice Please :-)

3. New to classes ...need advice

4. New VB / IE Project Advice Needed

5. New to VBscript - need some advice please!

6. New To VB - Need Advice

7. new and need advice

8. New to VB need advice on reports

9. VB6 MCSD Advice needed..

10. Need VB6 self-study advice

11. Please help...Need advice how to do a screensaver with VB6

12. OPC 2.0 in VB6 - advice needed

 

 
Powered by phpBB® Forum Software