I'm trying to build a searchable interlinear bible with VB6. I have tried a couple of options for displaying the Unicode Hebrew and Greek, first using the InkEdit control and then using the web browser control. InkEdit didn't provide a way to programmatically search for a string and scroll there (like the rich text control). I even tried using the SetScrollInfo API (which repositioned the scroll bar to the correct values but didn't reposition the text). I don't know if that is the expected behavior but it isn't what I needed.
So I tried to use the web browser control. It was fairly easy to write 66 HTML pages with bookmarks and hyperlinks but I couldn't figure out a way to go to bookmarks, either in the currently loaded document or in any of the files on disk.
So... does anybody know a way to scroll the web browser control to a bookmark?
Maybe I am barking up the wrong tree. Other than WebKitX (way too expensive), is there an ActiveX that will do what I need? Or any combination of API calls, HTML and-or a third-party ActiveX?
Add water (makes its own sauce).
So I tried to use the web browser control. It was fairly easy to write 66 HTML pages with bookmarks and hyperlinks but I couldn't figure out a way to go to bookmarks, either in the currently loaded document or in any of the files on disk.
So... does anybody know a way to scroll the web browser control to a bookmark?
Maybe I am barking up the wrong tree. Other than WebKitX (way too expensive), is there an ActiveX that will do what I need? Or any combination of API calls, HTML and-or a third-party ActiveX?
Add water (makes its own sauce).