|
-
Apr 12th, 2004, 01:09 PM
#1
Thread Starter
yay gay
Sockets & Delegates. . .
Well i am developing a bot that will download files from IRC and i am facing some problems that you might help me resolve.
Before is tarted this IRC bot thing i had to design my own socket class and i did it through async delegates(instead of using threading).
This raises me a BIG problem. If I try to connect to a wrong ip or something that would raise a bug when using async callbacks instead of raising the error in the line of code of the Connect() method it will raise it anywhere in the app(in the Application.Run(new MainFrm()) most of the times). Is there any work-around against this?
I really hope I made myself clear otherwise just state it and I'll try to explain things better
Last edited by PT Exorcist; Apr 12th, 2004 at 01:13 PM.
\m/  \m/
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
|