Terminal Service with 'Screen' command and multi - WeOnlyDo Discussion board

Terminal Service with 'Screen' command and multi (wodSSH / wodSSH.NET)

by Trial User, Wednesday, March 23, 2005, 23:05 (6974 days ago)

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: