Is there any way to call a vb application from a web page?
for instance if I click a button on the page, I want an app to open where I can print a report.
Printable View
Is there any way to call a vb application from a web page?
for instance if I click a button on the page, I want an app to open where I can print a report.
I just found this, it might help:
http://www.experts-exchange.com/Web/..._20336209.html
ISDP
I would not think so. I mean that means you could also run format.com for somebody from a website. You would have to create an active X control and use it on your website, but at that point you have to deal with getting the thing registered, etc. I could be wrong, but this is what I think.