therehere3
New member
- Joined
- Sep 23, 2014
- Messages
- 4
- Programming Experience
- 5-10
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?
Please help me, thanks
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?
Please help me, thanks