[snip]
Beats me, I haven't found a helpfile which does this.Quote:> I've got a Winhelp 4 help file that was created using HDK.
> I'm using Windows 95
> (1) When I open the help file using a Winhelp call from my 16-bit
> C program, and press the window's maximise button, it goes *off of the
right hand
> side of my screen*, and I cannot move it (because it's maximised), and
> cannot restore its size.
However, you _can_ restore it, just type Alt+Space then R to activate the
Restore
option in the Window's system menu.
Seems a good bet, what parameters are you passing to the call to WinHelp()Quote:> (2) If I double-click on the help file in Windows Explorer, this problem
> does not occur; i.e. when I maximise the window, it simply fills the
> screen - it behaves correctly.
> Does anyone have any idea what could be causing this problem?
> Is it a problem with the way I'm calling the help file?
in your C program?
Are both methods actually calling the same help application for your help
file?
dave.