Active X dll, forms, and controls

  • Thread starter Thread starter Steven Anderson
  • Start date Start date
S

Steven Anderson

I am writing an active X dll and need to run a telnet session from it. I
setup a class module and a form. The internet tranfer control is on the
standard VB form. When I run the connect method, I do not get any of the
events to fire on the control. ie the winsock.state stays at 6 (attempting
to connect)
I have run standard exe projects with the internet tranfer control and they
have worked well. Seemes like there is a problem with the Form getting
processor time to see events in the control from the Class. HELP
 
Patrick,

* Patrick Steele said:
This group is for VB.NET discussion. Try the
microsoft.public.langauges.vb newsgroup for VB6 discussions.

This group (AFAIS) doesn't exist. The OP may want to turn to one of the
microsoft.public.vb.* groups.
 
hirf-spam-me- said:
Patrick,



This group (AFAIS) doesn't exist. The OP may want to turn to one of the
microsoft.public.vb.* groups.

Ooops... Thanks for the correction.
 
Back
Top