Click here to Skip to main content
15,910,886 members

Comments by Eric James Zimmerman (Top 3 by date)

Eric James Zimmerman 24-Jan-14 21:03pm View    
Yes.See http://blog.mdsohelrana.com/2008/07/02/how-to-use-datareader-in-cnet/ for example of try...catch... finally usage.
Eric James Zimmerman 24-Jan-14 20:32pm View    
What do you mean by it exits?
I'm assuming that means it is throwing an exception... I would put a try..catch around that call and set a breakpoint in the catch to see what the problem is.
Eric James Zimmerman 23-Jan-14 1:03am View    
Is the actual data in the payload of the UDP message a unicode string?
If not, characters less than 32 will likely not be displayed as expected in a textbox.