|
-
Jan 12th, 2010, 07:34 PM
#3
Re: Pause Process Execution
 Originally Posted by dee-u
Perhaps you are looking for SuspendThread and ResumeThread APIs? The following is VB6.
Code:
Private Declare Function ResumeThread Lib "kernel32.dll" ( _
ByVal hThread As Long) As Long
Private Declare Function SuspendThread Lib "kernel32.dll" ( _
ByVal hThread As Long) As Long
Thanks. I'll look into them
CodeBank contributions: Process Manager, Temp File Cleaner
 Originally Posted by SJWhiteley
"game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|