VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



To Determine What Type of Processor is your computer using (i.e , HIGH-END or LOW-END Processor)

by Raghu (22 Submissions)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 21st September 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

To Determine What Type of Processor is your computer using (i.e , HIGH-END or LOW-END Processor)

API Declarations



Private Const SM_SLOWMACHINE = 73
Dim Proc As Long

Rate To Determine What Type of Processor is your computer using (i.e , HIGH-END or LOW-END Processor)




If Proc Then
   MsgBox "High-End Processor",vbExclamation
Else
   MsgBox "Low-End Processor",vbExclamation
End If

Download this snippet    Add to My Saved Code

To Determine What Type of Processor is your computer using (i.e , HIGH-END or LOW-END Processor) Comments

No comments have been posted about To Determine What Type of Processor is your computer using (i.e , HIGH-END or LOW-END Processor). Why not be the first to post a comment about To Determine What Type of Processor is your computer using (i.e , HIGH-END or LOW-END Processor).

Post your comment

Subject:
Message:
0/1000 characters