Smart-ActiveX
ActiveX Components and Source Code for Software Developers.
Alt Winsock ActiveX 1.0.1
Replacement version for the classic version of the winsock component.
 
Alt Winsock ActiveX 1.0.1 - Fast Navigation:
Home | Benefits | Screenshot  | Download | Sample | Purchase | More...
 
What is Alt Winsock ActiveX?
The Alt Winsock ActiveX 1.0.1 is an activex component for software developers.

Replacement of the winsock.
This activex component is a replacement version for the classic version of the winsock component.

Many features.
With this winsock activex component you can get the remote port, get the remote host, get the local port, get the local host, set the protocol, listen, and much more.

Runs fast.
The component support many events, runs fast, and very easy to use.

Get control.
With this component you can build chat programs, web servers, ip checker and more.

Installation.
The installation program of the Alt Winsock ActiveX 1.0.1 contains free trial version of the component, a simple chat and port scanner samples in VB6 and .NET, and CHM help file.
 
Screenshot:
Alt Winsock ActiveX 1.0.1
 

Benefits:

  • Winsock ActiveX Component.
  • Replacement version for the classic winsock.
  • Easy to use.
  • Runs fast.
  • Easy to use.
  • Support many events.
  • Easy to the use.
  • Error handling.
  • Can be run under Windows 98/NT/ME/2000/XP/VISTA/2003/WIN7.
  • Can run with VB6, VC6, VB.NET, C#.NET, C++.NET, Delphi, Access.
 
Sample:

'Sample of using the AltWinsock - Port scanner:

lPort = CLng(txtStartPort.Text)

'Loop all ports up to txtEndPort.Text
'while the bStop flag is false:
Do While (lPort < CLng(txtEndPort.Text)) And (bStop = False)
   
    'Bind the port with the local address:
    AltWinSock1.Bind lPort, "127.0.0.1"
   
    'If the port cannot be opened the cmdScanErr
    'will raise.
   
    'Close the port and the socket:
    AltWinSock1.CloseSck
   
    'Next port:
    lPort = lPort + 1
   
    'Display the current port we are checking:
    lblPort.Caption = lPort
   
    'Do events while checking so we can
    'stop the process:
    DoEvents

Loop
 

 
Methods and events:
Methods:
DeInit, Init, IsConnectedToInternet, LocalPort, Protocol, RemoteHost, RemotePort, Tag.

Events:
CloseSck, Connect, ConnectionRequest, DataArrival, Error, SendComplete, SendProgress.
 
Download:
The Alt Winsock ActiveX 1.0.1 can be run for free under a trial mode. The trial mode is a limited version and it displays a registration window at any time the Alt Winsock ActiveX 1.0.1 is opened or closed.
 
 
 
More:
 
Support:
 
 


Share | | | | | | |


Home Page - Downloads - Prices - Site Map - Blog!


smart-activex.com - ActiveX Components for software developers. Contact Us
Copyright © 2011 smart-activex.com. All rights reserved.

WiserBit.com - Make it simple.