Click A Button And It Send Various Commands To VPS Server Through SSH
Aug 3, 2011
I want to make a simple program where I can click a button and it send various commands to my VPS server through SSH. I have had an extensive search online but the SSH Components range from $200-$500 which is far to expensive for what I want to do. I was just wondering if anyone knows any other free alternatives. Or maybe has seen a free SSH Component. I am very well aware that free clients exist like putty but would very much like to incoperate it into my own program to be automated.
View 1 Replies
ADVERTISEMENT
Dec 20, 2010
im trying to send RCon commands to a Call of duty: Black Ops game server.I read a thread from a few years back about sending RCon commands to a CoD 4 server, and all look promising until the application kept crashing when I pressed connect.
[code]....
all I want is to be able to send a few commands to the server through an application.
View 18 Replies
Sep 3, 2009
i have been looking everywhere for the method used when you click the [X] Button so like that i can run some commands on form exit. I found Form_Unload method replacing Form with the name of my form and no luck. I'm sure there has been some talk on the subject but searching forum shows nothing that seems to work.
View 3 Replies
Jan 31, 2009
How can I make a program so you click a button and select a File using a OpenFileDialog and click send on your computer and it will send the file to a different computer and then a SaveFileDialog will show asking where to save the file on the other computer. Oh ya I cant use WinSock or whatever becuase im using Windows Vista 64 Bit. I need it because I for some reason cant use printer sharing. It might be because im on A 64bit Vista Machine and I want to print a file off of a 32bit XP Home Machine.
View 6 Replies
Jan 23, 2009
Is there a way for my program to send Linux Console Commands to a remote Linux server?
View 4 Replies
Dec 1, 2010
I want to create a server control that inherits System.Web.UI.WebControls.Button but gives it special capability, now what do i mean? i want my button to be a confiorm button that will work like so:
Renders to the page as a button of lets say cancel after the user clicks it i want to catch the click event (within the server control) and now after the click makeing the button not visible and makeing some kind of content placeholder (that will render from the server control) visible. that content place holder will have 2 buttons inside of it: yes and cancel. I want the programmer that adds this control to be able to register a function to the click event of the yes button. and the second cancel confirmation button should make the first button appear agian. (i know how to do this all in the client side but this time i need it all as server events)
My question is this: how do i catch the click event? i want it all to be handled inside the server control itself. so a programmer that adds this control wont have to worry about anything but just needs to register to the click event of the "yes" button.
View 1 Replies
Jul 2, 2011
I'am trying to set up a Form With 4 Buttons "Per Say" And A Browser If You Click Button1 Google Home Page Will Show Up Button 2 Yahoo will come up etc etc..
View 5 Replies
Feb 15, 2009
May i know what is the code to automatically send the current time or date to database once i click the button? Since i'm using:
Label11.Text = System.DateTime.Today
Label12.Text = TimeString
That mean the time will keep on running.. What i want is when i click the button, the current date and time will be recorded.
View 1 Replies
Apr 8, 2010
I have browser control in a winform application that navigates to a secure intranet location. In the web application that sits in the browser are several links that bring up other windows outside of the browser... like dialog type browser windows that may contain information like user information... etc.
When I run the application in a regular browser, it runs the new window perfectly but when I click on the same button link in the web application, it brings up a windows with no data saying that I don't have access to the server.
View 1 Replies
May 26, 2010
I have never programmed a network program before and would like to learn at my own pace. Also I am not asking anyone to write this complete program for me, just bits of code to help me write a complete program. (though if you do code it all I won't complain.) I already tried using internet tutorials but none of them seem to work.I am trying to program a simple form with 4 buttons, and 2 users.The first button is a connectivity button. "Green" for connected, "Red" for not.The second button is a "Connect" Button which will connect to another computer with this program installed/active. (I want it as simple as possible)and the next 2 buttons switch between "1" and "0" depending on user input(Default "0"). the first button is the local user button and the second is the remote user button. When the local user clicks the local button then what he/she changes it to will be displayed at the remote site. The same thing will happen with the remote user.
I know how to place all the buttons where they belong, and to change the local text, but I have no Idea how to connect to a remote program or to pass messages between the two users. Can anyone suggest some Simple code to do this. (something that I will be able to learn and use to make more complex code later on.)
View 2 Replies
Dec 26, 2010
I have a Zebra TLP2824 Printer and I want to know how to send the EPL commands from a VB.Net Windows Form application.
View 2 Replies
Jul 26, 2010
I have downloaded the vb script and it works as it should, its a program where you have some buttons so that you could trigger the relays.But i need several small scripts, one for each relay on / off so that i can call them from a .bat file with argument.i have a .bat named relaycard and in thet i have created argument like
relay1on
relay1off
relay2on
relay2off
and so on.
The small program relay1on should just do the jobb and then close itself.Maybe its a little bit clearer now.On the link that i posted there is a manual and even links to the vb program,
View 27 Replies
Mar 15, 2012
What I have done so far is place the compiler inside the bin of my project folder, inside the Debug folder. I managed to call the cmd shell but the problem is whenever I pass commands to that cmd shell, it doesn't work. What happens is it opens a cmd shell and when I pass commands on it, it opens many other shells.[code]...
View 1 Replies
Dec 11, 2008
building a server control that inherits button and giveing it other click capabilities
View 5 Replies
Apr 19, 2011
I need to send commands from PC to device through USB cable, and the code is : "0"(48) and must end with Enter(13). so what should I type in for the code for Enter?
View 6 Replies
Jun 15, 2009
I've got a curious problem that I can't crack. I have 2 applications, app A and app B. Application A runs continuously doing various things. On the same machine I have application B that runs infrequently at random. I need for application B to tell application A to do something. Both are vb.net apps that I've written and can tweak to make this work. I can't figure out how to get app B to communicate with app A while app A is already running?
View 4 Replies
Sep 23, 2010
want to make a vb.net program to send AT^ CommandsI want to send this command
View 2 Replies
Jun 24, 2011
In my application I have only one button . That button will open CMD then it will send a command into cmd , now after that command it requires an "enter key" to continue the process .I tried the shell command in order to access the command but then I couldn't press enter in cmd using my application
View 4 Replies
Dec 13, 2011
I am trying to send commands to Command prompt.The following code should open the text file I specified.However it opens several instances of the cmd window and also several copies of the text file. Sometimes the text file is not opened and if the file path is long, part of the file path gets inserted into my text file.[code]
View 1 Replies
Dec 14, 2009
i'm trieing to configure a mp3 recorder via telnet and visual basic.how can i send commands to the telnet session via vb?I can make connection with it via telnet and ip adress , but after that i wil send the command for login( login=hdr1) ANd with another butten for example (transport=play)How can i do that?
[Code]...
View 1 Replies
Jan 29, 2012
I wanted to send the items within a listbox.One item at a time
this is the code snippet:
For i = 0 To 5
SMSPort.Write("AT+CMGS=" & Chr(34) & sender & Chr(34) & vbCrLf)
SMSPort.Write(listfiles.Items(i).ToString() & vbCr & Chr(26))
[Code].....
View 4 Replies
Mar 3, 2011
I'm running Visual Studio 2010, and i'm trying to use AT commands to send an SMS. My question is will it not work with windows 7 due the exclusion of hyperterminal in windows 7. (I was able to dowload a version of Hyperterminal and can use AT commands in that.. but my code itself does not work.) My code is below.
[Code]...
View 5 Replies
Dec 10, 2009
I have an application which I would like to access from another computer.So I thought of making a client which my application(server) would send commands to and then the client runs the command.
View 6 Replies
Apr 27, 2010
I have a dll that I can load in another program. Now the dll has access to all data/functions in the other program. Which technology can I use that now an external program can send data/commands to that dll, to steer the other program, or get data from it ? I mean, in the past that meant DDE, I think that was back in Windows 3.11/95 times. What can I use today? Which one is easiest ? Which one is fastest?
View 3 Replies
Aug 9, 2010
How can i send AT commands to my router network port?
View 6 Replies
Oct 3, 2009
How can i use the address bar to send commands to a external application?
Example:
AOL Instant Messenger -
I havent used this application in a long time. But i remembered if you wanted to add a friend to AIM from their online profile it directed them to a link such as:
aim:addfriend=contactID
and AIM would pick this up and add it the contactID to the application. The link i posted is more than likely not the correct link they use but it shows what im trying to accomplish.
Im looking to achieve something along the lines of:
myApplication:command=commandValue
View 2 Replies
Sep 16, 2010
Will the commands I send to a Process.Start() be obeyed from within the IDE? [code]This doesn't work in the IDE, just gives me a blank window with the full string as the window name, but I'd like to fire up ffmpeg from within the app, wondering if it's an IDE thing or my code. I know some things in Flash work differently in the IDE than the "real" thing, not sure if VS does it too.
View 1 Replies
May 5, 2011
How do I send XML commands in vb to get data received over a serial Port?
I know the commands I'm just not sure how to send them.
View 2 Replies
Jul 29, 2009
I play Lord of the Rings Online and tried to use sendkeys to send some basic automation commands.Unfortunately it doesn't seem to get the keys I'm sending
AppActivate "Lord of the Rings: The Mines of Moria"
sendKeys (" ")
does nothing.
[code].....
View 2 Replies
Apr 12, 2009
I have a USB modem that can detect caller ID and can detect dialled digits when special AT commands activated, How to send and receive data. The sent data will be the AT command such as AT+VCID-1 to activate the caller ID, the received data will be caller ID information and the digits dialed. I'm new to prgramming and using Visual Basic 2008 Express.
View 8 Replies