G
Guest
When I read a string hPath from a global class (hPath = g.helpPath), the
watch says hPath = "C:\Help\SusanHelp". When I get the NameSpace from the
HelpProvider on the form (strNameSpace = hpHelp.NameSpace), the watch on
strNameSpace = "C:\\Help\\SusanHelp". Why are the watches different? The
problem arrises when I append a url (ex. "Cats/Gorbash.htm") to strNameSpace
and send this path to the AxWebBrowser, I get an error. This does not occur
when I append the url to hPath and send it to AxWebBrowser. I need to use
strNameSpace. Any ideas on how to fix this?
Thank you,
Susan
watch says hPath = "C:\Help\SusanHelp". When I get the NameSpace from the
HelpProvider on the form (strNameSpace = hpHelp.NameSpace), the watch on
strNameSpace = "C:\\Help\\SusanHelp". Why are the watches different? The
problem arrises when I append a url (ex. "Cats/Gorbash.htm") to strNameSpace
and send this path to the AxWebBrowser, I get an error. This does not occur
when I append the url to hPath and send it to AxWebBrowser. I need to use
strNameSpace. Any ideas on how to fix this?
Thank you,
Susan