Hello EveryBody,
Is there someone knows how to call a compiled VB.net application. I would like to create a Menu ( Main Program ) calling a separate compiled VB.Net Application.
Thanks
Printable View
Hello EveryBody,
Is there someone knows how to call a compiled VB.net application. I would like to create a Menu ( Main Program ) calling a separate compiled VB.Net Application.
Thanks
Hi
Try this
VB Code:
Process.Start("IExplore.exe", "www.northwindtraders.com")
Regards
Jorge
Thanks Asgorath