
Originally Posted by
kleinma
The code itself is fine for appending the text, so there is something else going on.
Did you set a breakpoint and step through the code?
I actually did, and it put it took me to the class I built after the end sub here is the "step into" log:
Code:
Step into: Stepping over non-user code 'System.Windows.Forms.NativeWindow.DebuggableCallback'
Step into: Stepping over non-user code 'System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop'
I have got to mention that I don't have any errors displayed so it's a bit wierd because the data in the "ID" value is correct by somehow it doesn't add the " connected" string. The only possible problem maybe is the class but I can't see the problem everything seems to work fine.
The class I built "NetComm" uses multithreading with the syncronnizecontext (context.post), maybe it should help.