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?
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?