Hey, I'm using CSocket (CSocketMaster) with the User Control for it.

You can find it here:
http://www.programmersheaven.com/dow...pFileList.aspx
http://www.pop2owa.com/VBDOX/modSocketMaster.html
http://www.pop2owa.com/VBDOX/CSocketMaster.html

The sockets are working fine, but everytime I close my application, I get an error after the application is closed (sry, translated from german to english):

Application doesn't work anymore
A problem has stopped the application for working well. Close the application
So I've looked into the windows error log and found this (sry I'm working on a german windows machine):
Name der fehlerhaften Anwendung: Application.exe, Version: 2.0.0.0, Zeitstempel: 0x4c644828
Name des fehlerhaften Moduls: MSCOMCTL.OCX_unloaded, Version: 0.0.0.0, Zeitstempel: 0x4186cfd0
Ausnahmecode: 0xc0000005
Fehleroffset: 0x27585d66
ID des fehlerhaften Prozesses: 0x14ec
Startzeit der fehlerhaften Anwendung: 0x01cb3a52c285f1f3
Pfad der fehlerhaften Anwendung: I:\Eigenes\Eigene Projekte\Visual Basic\Application\Application.exe
Pfad des fehlerhaften Moduls: MSCOMCTL.OCX
Berichtskennung: 2d033185-a646-11df-a8e1-0011d82713ac
I think it has something to do, that it can't properly unload the CSocketMaster User Control

- Thanks in advance