quote:pavane wrote:
I distribute shareware programs, but under Vista, the built-in help no longer works.
How can I continue to distribute the HELP with my VB5 program, so that it works under VISTA? Can this be done?
It depends on what these help files are? If they are the older Windows help file *.hlp then Vista won't open them because Vista doesn't install WinHlp32.exe by default you have to download it here
Thats if you using Shell "WinHlp32.exe " & App.HelpFile, 1 to open the help file.
If you using WinHelp API to access your help file then that should still work because it uses user32.dll which a standard Windows install.
You will have to try making your own help files. M$ do there own chm help file maker Microsoft HTML Help Downloads but its not very user friendly.
I've been programming with VB for 12 years. Started with VB4 16bit Pro, VB5 Pro, VB6 Pro/Enterprise and now VB3 Pro. But I'm no expert, I'm still learning.