Hi,
To open/view help files within my app i open the help file at the start
SetHelpFile( filename )
I then add the help i.d. to my dialog boxes
DEFINE DIALOG oDlg RESOURCE "CUSTOMER" TITLE "Customer Entry" HELPID 200
I also have a help button that calls the following:
winhelp(filename, 1, 200)
This works OK on most pcs but on a few, a blank white help screen flashes up and then instantly disapears. I've noticed this mainly on Windows 2003 machines, but have found it on windows 2000.
I've only notcied this since my app was complied under 32bit - 16bit was fine. My help files are created using hel & manual
Do i have to do anything to the help files to work under 32bit?
Thanks In Advance
Pete