Terminal Service with 'Screen' command and multi (wodSSH / wodSSH.NET)
I'm demoing your vb version of the app (I've upgraded the files within vb.net and everything works just great btw) I'd like to create a few buttons on the screen next to the console window to allow me to flip thru my screens individually... I currently run about twelve screens on the linux server so the ctrl-a then n aka ^A, n does not work (you can manually flip correctly (much nicer job with this app than the rtcbox on the vb.net ssh version to I must app) by using these keys ctrl-a then hit n Here is what I tried:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
SendKeys.Send( ^A )
SendKeys.Send( n )
I'm a bit new with the vb.net and have not much experience but wondering if you can tell me how to do this...
I currently using SecureCRT with macro's but really would like to make my own personalized product for my company. yet, before I'd consider puchasing this I guess I need to know if this is possible?
Thanks in Advance!
Complete thread:
- Terminal Service with 'Screen' command and multi - Trial User, 2005-03-23, 23:05
- Re: Terminal Service with 'Screen' command a - wodSupport, 2005-03-24, 09:03
- Re: Terminal Service with 'Screen' c - Richard, 2005-03-24, 17:22
- Re: Terminal Service with 'Screen - Richard, 2005-03-24, 17:54
- Re: Terminal Service with 'Screen' c - Richard, 2005-03-24, 17:22
- Re: Terminal Service with 'Screen' command a - wodSupport, 2005-03-24, 09:03