G
Gina
I read somewhere that Vista does not like SendKeys and that you should use
API's. I have a Vis Studio 2005 application and its compiled HTML helpfile
(.CHM) which does appear to be working when the user hits F1 or clicks the
help button and I issue SendKeys.Send "{F1}"
Questions:
Do you think it is safe to leave the code as is?
The API I am being told to use is SendMessage. Can someone point me on how
to code SendMessage to issue F1 (I've got some code but it's not working) AND
have it open my helpfile to a particular topic?
Or am I off base using this API?
I am lazy and have not had time to read about helpproviders. If someone has
a nice read on that, I would appreciate it.
Thanks!
API's. I have a Vis Studio 2005 application and its compiled HTML helpfile
(.CHM) which does appear to be working when the user hits F1 or clicks the
help button and I issue SendKeys.Send "{F1}"
Questions:
Do you think it is safe to leave the code as is?
The API I am being told to use is SendMessage. Can someone point me on how
to code SendMessage to issue F1 (I've got some code but it's not working) AND
have it open my helpfile to a particular topic?
Or am I off base using this API?
I am lazy and have not had time to read about helpproviders. If someone has
a nice read on that, I would appreciate it.
Thanks!