 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Daaron Guest
|
Posted: Wed Mar 03, 2004 6:59 pm Post subject: Request: Indy C# Telnet Server Example |
|
|
Hello All,
I posted this on the C# Builder newsgroups, but received no reply. Sorry
for cross-posting.
I noticed the Indy component set available as a .Net assembly, so I imported
it and started using it as client components-- so far, so good.
When I try to use the Telnet Server, I have some troubles starting it
(setting it active in the designer causes an error at runtime when you
indicate a scheduler), and more troubles because I don't see support for the
CommandList that I have come to know and love.
Does anybody have a simple telnet server example they could post?
Thanks!
Daaron
|
|
| Back to top |
|
 |
Chad Z. Hower aka Kudzu Guest
|
Posted: Wed Mar 03, 2004 7:38 pm Post subject: Re: Request: Indy C# Telnet Server Example |
|
|
"Daaron" <ddwyer_ (AT) star_band (DOT) net_removeUnderscores> wrote in
news:40462b0b$1 (AT) newsgroups (DOT) borland.com:
| Quote: | I posted this on the C# Builder newsgroups, but received no reply.
Sorry for cross-posting.
|
I doubt many Indy users monitor the C# builder Ngs.
| Quote: | When I try to use the Telnet Server, I have some troubles starting it
(setting it active in the designer causes an error at runtime when you
indicate a scheduler), and more troubles because I don't see support for
|
How did you get them in the toolbox? They dont support any design time
support for .net, they are purely runtime only components right now.
| Quote: | the CommandList that I have come to know and love.
|
Command handlers are there, but not for telnet.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
Got Indy? Got the book?
http://www.atozed.com/indy/book/
|
|
| Back to top |
|
 |
Daaron Guest
|
Posted: Wed Mar 03, 2004 7:50 pm Post subject: Re: Request: Indy C# Telnet Server Example |
|
|
Thanks for the instant reply Chad.
I put the component in the toolbox by accepting the defaults when loading
the assembly. It brought in all of the items I am used to in the Delphi
VCL.
Are command handlers destined for the Telnet Server, or should I consider
using another component instead?
"Chad Z. Hower aka Kudzu" <cpub (AT) hower (DOT) org> wrote
| Quote: | "Daaron" <ddwyer_ (AT) star_band (DOT) net_removeUnderscores> wrote in
news:40462b0b$1 (AT) newsgroups (DOT) borland.com:
I posted this on the C# Builder newsgroups, but received no reply.
Sorry for cross-posting.
I doubt many Indy users monitor the C# builder Ngs.
When I try to use the Telnet Server, I have some troubles starting it
(setting it active in the designer causes an error at runtime when you
indicate a scheduler), and more troubles because I don't see support for
How did you get them in the toolbox? They dont support any design time
support for .net, they are purely runtime only components right now.
the CommandList that I have come to know and love.
Command handlers are there, but not for telnet.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
Got Indy? Got the book?
http://www.atozed.com/indy/book/
|
|
|
| Back to top |
|
 |
Chad Z. Hower aka Kudzu Guest
|
Posted: Wed Mar 03, 2004 8:51 pm Post subject: Re: Request: Indy C# Telnet Server Example |
|
|
"Daaron" <ddwyer_ (AT) star_band (DOT) net_removeUnderscores> wrote in news:40463711
@newsgroups.borland.com:
| Quote: | I put the component in the toolbox by accepting the defaults when loading
the assembly. It brought in all of the items I am used to in the Delphi
VCL.
|
Borland must be recognizing it as something special - VS does not.
| Quote: | Are command handlers destined for the Telnet Server, or should I consider
using another component instead?
|
No. They wotn be in Telnet, they are incompatible. If you want command
handlers, just use a CmdServer.
There are some C# examples of a TCP server here:
www.atozed.com/indy
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
Is Indy useful to you? Send a postcard please!
http://www.hower.org/kudzu/indypost.html
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|