VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Change the priority of available windows to idle or high

Jake  (1 Submission)   Windows System Services   VB 6.0   Unknown Difficulty   Wed 24th May 2000   Mon 8th February 2021

Change the priority of available windows to idle or high

API Declarations


Private Declare Function GetWindowThreadProcessId Lib "user32" (ByVal hwnd As Long, lpdwProcessId As Long) As Long
Private Declare Function SetPriorityClass Lib "kernel32" (ByVal hProcess As Long, ByVal dwPriorityClass As Long) As Long
Private Const NORMAL_PRIORITY_CLASS = &H20
Private Const IDLE_PRIORITY_CLASS = &H40
Private Const HIGH_PRIORITY_CLASS = &H80
private we as long,proc as long

Rate Change the priority of available windows to idle or high (2(2 Vote))
Change the priority of available windows to idle or high.bas

Change the priority of available windows to idle or high Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters