Connect Control
Windows - Visual C++
Description
The Connect control initiates and
maintains a connection between the client and the NewsEdge server.
File Name
OCXCONN.OCX
Remarks
You can program the Connect control
to either display the logon dialog (using the ShowLogon
method) and let the user enter logon information or you can program
this control to eliminate the need for user interaction. To create a
connection without the need for user interaction, you need to first
set three of the Connect properties (Username,
Password
and Server),
then call the Logon method.
See Also: Reconnecting the Application During Failover
Back to: NewsObjects