VBCode in HTML Code help plz
Hi, I need to to someting but I am even not sure it's possible, I hope someone will be able to help me.
Here my prob, my program create a html file then show it in a WebBrowse control in frmMain. But I also need the page to contain Hypertext link that will use vbcode. By exemple a hypertext who will open a new form or simply be able to Call a function in my VB project.
What Am I supposed to put un the html code to do that ?
<a href="CODE HERE ??">Link</a>
Thanks in advence ;)