Search results for query: *

  • Users: therehere3
  • Content: Threads
  • Order by date
  1. T

    Question Running a dll file in a new thread?

    Hello there everyone! I have created a simple dll file that will sleep for 5 seconds then show a message and repeat. I want to call in my .exe program my dll in a new thread and run it constantly. So something around: Thread t = new Thread(); t.run("Test.dll"); Or something around there...
Back
Top Bottom