|
-
April 9th, 1999, 08:24 AM
#1
Setting priorities
How does one set process/thread priorities in VB??
/Rob
-
April 9th, 1999, 08:28 AM
#2
Re: Setting priorities
use the following Win32 API functions:
SetPriorityClass for setting the priority class for the process.
SetThreadPriority for setting the thread priority.
Use GetCurrentProcess and GetCurrentThread to get the handles of the currently executing process or thread.
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
|