Re: WinForm App to Telnet Application
From: scorpion53061 (admin_at_nospampleasekjmsolutions.com)
Date: 06/05/04
- Next message: Benjamin Fallar III: "whidbey related question"
- Previous message: William Stacey [MVP]: "Re: WinForm App to Telnet Application"
- In reply to: ScottO: "Re: WinForm App to Telnet Application"
- Next in thread: ScottO: "Re: WinForm App to Telnet Application"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 04 Jun 2004 20:13:15 -0700
It would work both ways.
For instance, if I needed to rm 067890* on my AIX box I could send the
appropriate commands through a button interface on my windows app.
If I wanted to find out if the event was successful, I would do an ls
-la (basic FTP) enumerate through the files etc which I could return the
data to my windows application.
The key is in the methods and the emulation type of the server at least
with my methods anyway.
I am probably not elegant at it but it has gotten me some work.
"ScottO" <nospam@cox.net> wrote in message
news:eOJGRIqSEHA.3872@TK2MSFTNGP10.phx.gbl:
> I think I understand. He is doing exactly the opposite of what I'm
> suggesting in my original post.
>
> He is (I think):
> [C++ Application] -> [Unix Telnet Server] -> [Telnet Client] ->
> [Converting
> Application] -> [WinForm]
>
> I am suggesting:
> [.NET WinForm Application] -> [Converting Application] -> [Telnet
> Client]
>
> Telnet has been around for a long time. I think telnet is great for
> doing
> data entry. Right now VS.NET is great for WinForm and Web applications.
> I
> can see a niche for a GUI way of creating telnet applications using
> VS.NET.
> It might be just the thing to get the Unix guys in the .NET bandwagon!
>
> Ironicly web pages are really just telnet application that you see through
> a
> browser.
>
> Here is coding way of doing it:
> http://codeproject.com/internet/telnet_server.asp. However, I am looking
> for
> a drap and drop way of doing it.
>
>
> "William Stacey [MVP]" <staceywREMOVE@mvps.org> wrote in message
> news:OwAJzBcSEHA.3944@tk2msftngp13.phx.gbl...
> > But your not taking an existing Windows Forms app and screen scaping it
> > to
> > give you a console client - are you?
> > Your building another console app that calls same apis that winForms
> > app
> > does, right?
> >
> > --
> > William Stacey, MVP
> >
> > "scorpion53061" <admin@nospampleasekjmsolutions.com> wrote in message
> > news:e9OA8ebSEHA.3844@TK2MSFTNGP11.phx.gbl...
> > > Hello William,
> > >
> > > The way it works is that by using a telnet connection I can take
> > > UNIX/AIX or other legacy application environments and am able to
> > > emulate
> > > what they do in a Microsoft Windows environment. Companies like it
> > > because they all want the GUI which those kinds of applications
> > > obviously cannot give and in some cases because of the tools within
> > > the
> > > framework I can actually enhance what it is they are doing.
> > >
> > > An example is at:
> > >
> > > http://www.kjmsolutions.com/arraysolutions.asp
> > >
> > > This is one such AIX operating system application that I did this
> > > with.
> > >
> > >
> > > "William Stacey [MVP]" <staceywREMOVE@mvps.org> wrote in message
> > > news:#8qxfRaSEHA.3580@TK2MSFTNGP09.phx.gbl:
> > > > Please expand a little if possible. What are you doing? The
> > > > windows
> > > > app
> > > > can be hosted in a telnet session?
> > > >
> > >
> >
- Next message: Benjamin Fallar III: "whidbey related question"
- Previous message: William Stacey [MVP]: "Re: WinForm App to Telnet Application"
- In reply to: ScottO: "Re: WinForm App to Telnet Application"
- Next in thread: ScottO: "Re: WinForm App to Telnet Application"
- Messages sorted by: [ date ] [ thread ]