Search results for query: *

  1. D

    Question Multi Threading with seperate classes

    Thanks JohnH, That explanation was perfect - I understand the dependency you refer to. Kind regards, DevLex
  2. D

    Question Multi Threading with seperate classes

    Hi JohnH, Thank you again for replying. Would you be able to recommend any resources/webpages you may have come across that might aid me in understanding the inner workings of this more? I'm interested, but I think perhaps I've bitten off quite a chunk of information that I've just not quite...
  3. D

    Question Multi Threading with seperate classes

    Hi JohnH, Thanks for the reply. I'm a little lost however, I thought that because I was calling "New Thread" that this required a safe invoke as it's calling the UI Thread from an 'Other' Thread. In which cases would the invoke apply then - When I call from another Form, not class? Best...
  4. D

    Question Multi Threading with seperate classes

    I guess sometimes it helps to think about something if you've explained it to others... After reading through my own post I realised one thing... There shouldn't actually be a debug message, it is just that the invoke required property returns false all the time.
  5. D

    Question Multi Threading with seperate classes

    Hello, I'm trying to dive into what I consider a deeper end of VB.net to see how far I can go with it. I have a project created, ironically called "My First Server". The aim of this is to create a server which can handle multi clients but additionally isn't the commonly shown tutorial setup of...
Back
Top