Skip to content Skip to sidebar Skip to footer
Showing posts with the label Vb6

Show Vb6 Forms When Click A Link In Html Page Of Webbrowser

I am working with VB6 WebBrowser, Here i need to open a vb6 form when user click any particular lin… Read more Show Vb6 Forms When Click A Link In Html Page Of Webbrowser

Mshtml: Createdocumentfromstring Instead Of Createdocumentfromurl

I'd like to use the MSHTML library to parse some HTML that I have in a string variable. Howeve… Read more Mshtml: Createdocumentfromstring Instead Of Createdocumentfromurl

How To Strip All Html Tags Using Mshtml Parser In Vb6?

How to strip ALL HTML tags using MSHTML Parser in VB6? Solution 1: This is adapted from Code over … Read more How To Strip All Html Tags Using Mshtml Parser In Vb6?