Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Aspect Winset 4 SDK SignOnLocalAdapter

Status
Not open for further replies.

bigbenhur

Programmer
Mar 1, 2004
1
AU
I have just obtained the Aspect Winset 4 SDK and am converting some code from SDK V3.1 to use version 4. My VB6 program is reduced to the following lines only and still fails:

Private Sub Command1_Click()
AspectWinSetControl1.LocalAdapter.SignOnLocalAdapter "2141", "2141"
End Sub

This causes the application to seize up. The "SignOn" method works fine - but we want to bypass the window that it presents by using "SignOnLocalAdapter" which works fine in Version 3.1. Anyone able to help?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top