I am building a SELF-HELP application about Microsoft Windows Common Controls. On tabs, I want to include a link to MSDN (on my system) for specific help on each control in each component (3.6, 2,6 5.0, etc.).
I am using the Shell command to invoke the MSDN help application, but am lost on how to go directly to the help page for the specific component.
Here's how I open MSDN.....
Shell "C:\Windows\hh.exe C:\Program Files\Microsoft Visual Studio\MSDN98\98VSa\1033\msdnvs6a.col"
I want links beside each control like:
Listview Help --- where HELP is a label, when clicked, would invoke the specific page in MSDN concerning Listviews.
Possible?
I am using the Shell command to invoke the MSDN help application, but am lost on how to go directly to the help page for the specific component.
Here's how I open MSDN.....
Shell "C:\Windows\hh.exe C:\Program Files\Microsoft Visual Studio\MSDN98\98VSa\1033\msdnvs6a.col"
I want links beside each control like:
Listview Help --- where HELP is a label, when clicked, would invoke the specific page in MSDN concerning Listviews.
Possible?