Results 1 to 6 of 6

Thread: [RESOLVED] Cannot use "Byval" string to connect with strings

Threaded View

  1. #3

    Thread Starter
    Addicted Member
    Join Date
    May 2008
    Posts
    155

    Re: Cannot use "Byval" string to connect with strings

    Quote Originally Posted by kleinma View Post
    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.
    Last edited by shynet; Oct 20th, 2009 at 10:22 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width