I notice that if I create a "user control" in C# and instruct a data
socket to connect to a data socket server in the constructor of the
user control, when the user control is dropped onto a form, the data
socket connection is made. This is expected.
Unfortunately, when the form is closed, the data socket connection
remains open, and I have to close Microsoft Visual Studio to terminate
the data socket connection. (Closing the solution does not work).
Does anybody have a solution to this problem?
Thanks,
Shea