|
-
October 5th, 2004, 02:35 PM
#1
system information
how to get hardware information like screen resolution,windows version etc in vc++ in the run time?
-
October 5th, 2004, 02:44 PM
#2
Re: system information
I am not sure if you mean the graphics driver capabilities. But, if you want to know what the current settings are , look at
SystemParametersInfo API. Most of these info directly correlate to various settings you can do with control panel.
To get Windows version, use GetVersion/GetVersionEx
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
|