Cyberherbalist
2003-11-14 19:57:06 UTC
I have a legacy client-server application that operates through
Citrix/XP. The application has a help system already, accessed
through clicking on a Help button on each windows form. We recently
found that pressing the F1 key in these forms causes the client-server
API to go looking for the help file named in the VB project Help File
Name property. Unfortunately, none of the hundred or so VB projects
in this system had anything entered in this property, so the API goes
off trying to find a help file named ".hlp", which of course doesn't
exist (and can't exist).
Rather than going through all the projects and putting a stub help
file in the Help File Name property (and recompiling and deploying the
whole mess!), I'd like to find out if there's a way to disable the F1
key at the server level. Anyone have any idea?
Citrix/XP. The application has a help system already, accessed
through clicking on a Help button on each windows form. We recently
found that pressing the F1 key in these forms causes the client-server
API to go looking for the help file named in the VB project Help File
Name property. Unfortunately, none of the hundred or so VB projects
in this system had anything entered in this property, so the API goes
off trying to find a help file named ".hlp", which of course doesn't
exist (and can't exist).
Rather than going through all the projects and putting a stub help
file in the Help File Name property (and recompiling and deploying the
whole mess!), I'd like to find out if there's a way to disable the F1
key at the server level. Anyone have any idea?