Opening Bookmarked HTML files
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I am trying to open an htlm file to a specific bookmark without any success. I am tyring to use the ShellExecute command as follows: ShellExecute(0, "open", "c:\test.html#Bookmark1", NULL, NULL, SW_SHOWNORMAL); The result is that the program opens test.html in explorer, but does not got to Bookmark1. Is there any way to do this? And while I'm on the subject, is there any way to do the same thing with PDF files (open a PDF file to a specific location?) Thanks, John