Dart Home | PowerTCP Sockets for .NET | Custom Development | Reply | PowerTCP Sockets for .NET (Secure and Standard) Topics | Forums |
Author | Forum: PowerTCP Sockets for .NET (Secure and Standard) Topic: Converting from ActiveX to .NET |
ElwinHarrison From: USA Posts: 1 Member Since: 02/09/17 |
posted February 9, 2017 8:38 AM I am trying to convert an application from VB6 using the DARTSOCK ActiveX control to VB.NET using the PowerTCP Sockets for .NET control. My problem is that the VB6 code used the DAEMON in the application and there is no corresponding piece in the .NET control. What do I replace the DAEMON with? Thanks for any help that you can provide. |
Nick B (Admin) From: Utica, NY USA Posts: 619 Member Since: 05/25/10 Extra Support Options Custom Application Development |
posted February 9, 2017 3:10 PM Hello, The Server class provides the same (better) functionality as the Daemon class. The two sets of snippets on this page demonstrate two different ways to implement a basic echo server (one Async and high-performance as possible, the other with each client on a dedicated thread): http://www.dart.com/help/ptsknet/webframe.html#Dart.Sockets~Dart.Sockets.Server.html |
Reply | PowerTCP Sockets for .NET (Secure and Standard) Topics | Forums |
This site is powered by PowerTCP WebServer for ActiveX |