Hi there,
i have a question.
I would like te call my own build application from a web browser.
i know vnc has a method to start there app from a webpage if you put this as a link: vnc://<link>.vnc
Is this also possible with my vb.net app?
Printable View
Hi there,
i have a question.
I would like te call my own build application from a web browser.
i know vnc has a method to start there app from a webpage if you put this as a link: vnc://<link>.vnc
Is this also possible with my vb.net app?
I don't personally know, but I think that since it pertains primarily to TCP/IP, the RFCs would be a good place to start. University of Ohio used to have a good set of online RFCs.
It's called a URL protocol, and you set it up with some registry keys and letting your program take command-line arguments. That MSDN documentation has an example that should be illuminating.