Hello
When I create a thread in my vb6 program, I met some problems:
1 if i create a thread , in the debug mode , I can not terminate the thread.
I use createThread() function to create a thread as following:
rc = TerminateThread(gThreadHandle, exitCode)
CloseHandle (gThreadHandle)
2. if I make a exe. but the exe can not create the thread. and the message told me that some address can not be written.
I have no idea of solving these problems. Hope you can give me some tips.
thanks in advance.
the attachment is my project
* The Best Reasons to Target Windows 8
Learn some of the best reasons why you should seriously consider bringing your Android mobile development expertise to bear on the Windows 8 platform.