DeletedAccount20899
Member
- Joined
- Mar 18, 2012
- Messages
- 5
- Programming Experience
- Beginner
Deleted
Last edited:
You need help, there's a Help menu in your IDE and yet you haven't bothered to use it. If you try to use a type or member and it doesn't work the way you expect then the obvious first step should be to read the documentation for that type or member. If you had done that for the CancelAsync method then you would know what you're doing wrong and what you need to do to fix it.I thought that doing CancelAsync would stop the BW, but it doesn't... I need help!
What did you not understand about the information that you found when you made some sort of effort on your own behalf? I'm happy to help but help implies an addition to your own effort, not a replacement. Have you, for instance, read the documentation for the TcpClient class?Is this the solution to my problem? Could you please provide an example?
You can use the Help menu in Visual Studio and context help using F1. Online the documentation is at MSDN, it is not uncommon it is the first match in search engines when you try to search for some class or member. Here is the online documentation for TcpClient class: TcpClient Class (System.Net.Sockets)link to this documentation
That is not what moderators in a forum do: Internet forum moderators - Wikipedia, the free encyclopediaforward this question to another moderator to help me with
Um, it's the Help menu in VS. You can even click the TcpClient class in code and press F1 to go straight to the topic for that class. This is standard Windows behaviour. Anyone who has used Windows for a reasonable amount of time should know how to use the Help menu.I would like to ask for you to at least provide a link to this documentation you seem to know about that I don't.
I expected help from you guys not lectures on use of help menus.
I will have to get professional advice elsewhere.
I would have to say though, that the two professionals pointed me to something that I already was staring at.
I have shown where the problem is in the code with comments.
Yes, I know that in my future life I will have to do things on my own, but a forum like this one that claims to be a community makes me understand that teamwork and helping others is involved.