Search results for query: *

  1. LankanDude

    MultiThreading

    Thanks for the reply :D 1) But what I'm trying to do is to create a named data slot in BankReportThread and when it's actually running trying to access the slot using the current thread (which is BankReportThread) Is there any way to do this? 2) Since both my methods are in the same class...
  2. LankanDude

    MultiThreading

    Please tell me how to do the below. I need to pass a value from a sub to another sub. But the second sub has to be called by the first sub using a thread. Given below are the approaches that I took. But none of them worked. 1) Public Class MyClass Public Sub MyThreadFunc( ByVal...
Back
Top