Re: Connect event not firing (General questions)
Ryan,
I just tested it in VB6, and it worked for me. What i did is test with following code the way you described in your sample:
----------------------------------
Set wodTelnet1 = New wodSSHCom
wodTelnet1.KeepAlives = 0
wodTelnet1.Timeout = 0
wodTelnet1.Blocking = True
wodTelnet1.StripANSI = True
wodTelnet1.HostName = my_hostname
wodTelnet1.Login = my_login
wodTelnet1.Password = my_password
wodTelnet1.Port = 23
wodTelnet1.Connect
----------------------------------
I put a msgbox into the Connected Event to see if the Event will be triggered, and I also created another instance of the object, and didn't encounter any problems.
Could you maybe provide me with a small sample for delphi so i could test the exact same thing that happens to you?
Complete thread:
- Connect event not firing - Ryan Hafey, 2006-06-21, 09:31
- Re: Connect event not firing - wodDamir, 2006-06-21, 11:32
- Re: Connect event not firing - wodDamir, 2006-06-21, 16:03
- Re: Connect event not firing - wodDamir, 2006-06-21, 11:32