CoachBarker
Well-known member
- Joined
- Jul 26, 2007
- Messages
- 133
- Programming Experience
- 1-3
I am creating a Remote Desktop application for work and one of the things I need to be able to do is launch the VPN from inside the application. When
installed the VPN only places a short cut on the desk top and I can't target
that to launch it. This application is being created in Visula Studio 2005
usin vb.net. I can call
Process.Start("iexplore") to launch internet exporer
so the VPN would be
Process.Start(" ") for the vpn.
Has anyone else had to do anything like this?
Thanks
CoachBarker
installed the VPN only places a short cut on the desk top and I can't target
that to launch it. This application is being created in Visula Studio 2005
usin vb.net. I can call
Process.Start("iexplore") to launch internet exporer
so the VPN would be
Process.Start(" ") for the vpn.
Has anyone else had to do anything like this?
Thanks
CoachBarker