|
-
Jun 13th, 2000, 03:27 PM
#1
Thread Starter
New Member
I have a class module in which I am trying to use Winsock. Because I do not have a form, it gets a bit rough. If I declare it as an object, I cannot trap its events. Please help?
-
Jun 15th, 2000, 01:41 PM
#2
Member
Use the WithEvents command when declaring the control.
Public WithEvents myControl As Winsock
-
Jun 21st, 2000, 06:08 PM
#3
Thread Starter
New Member
FirePoweR,
Thanks for the tip, I tried it but still does not rais the events. Can you please send me some source code, maybe I'm missing something.
Thanks
Wolfie.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|