Hi,
yes I have called an VB code by a link in an asp-page.
See if you like it. In this case you have to make an .exe file of the VB code, see File\Make...
As a button on click:
<INPUT type="button" VALUE="" onClick="remote=window.open ('NameOfVBFile.exe', 'NameOfVBFile', 'resize=yes');">
As a ordinary text click:
<a href="NameOfVBFile.exe">Text</a>
Perhaps I can come up with something better in a near future.
Good Luck!
Johanna Pihlström