OK i give up. I have tried to find a path for the short cut or the exe or the lnk for this vpn but it just is beyond me.
Code:
Process.Start("rasphone.exe")
starts the Network Connections dialog box, and I can click the Connect button after selecting the Network Connection from the combo box and open the dialog box for the VPN. So what I need is to use
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
Can some one show me how in code I can check to see if an Application is in the registry of the local machine. I have the code that will show all applications that are there but nto one specific one. Then if it is there I need to return a value of true or false.
What I need to do is take the names in a text file and read them into my application. That I have done and put them in an array but I don't want to write them to the console. Here it is in a module.
Module GetApplicationN ame
' Function Name: GetApplicationN ame()
' Purpose: To get the names of the applications that can...
The text box is used to list the Name of a Course that is being stored in database. Don't want to go to the extreme of concatenating the string to pass it to the data base...
Some assistance please:
I have been asked to research and create an application that will
1.Run an executable from inside the application (VPN.exe)
2.Check to see if the VPN is installed on a computer
3.If not the VPN will be installed
4.Use this application to launch the VPN whenever the user wants
I am using this line of code
System.IO.File. Move(captureFil eName, frmMain.Options .txtRemotePath. Text)
where captureFileName is a global variable that stores the value for the local path
and frmMain.Options .txtRemotePath. Text is the form and the control I am getting the Remote path from...
I have an application that captures a video and saves it as a wmv file to a local folder. What I need to be able to is that on the click of the button that will stop the video and save it to the local folder, (that part works) I also need to be able to save a copy of the file to a remote folder. Any ideas to help me out?
Leave a comment: