Click here to Skip to main content
15,911,531 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: All the processing in OnInitDialog() Pin
Nibu babu thomas21-May-06 18:50
Nibu babu thomas21-May-06 18:50 
GeneralRe: All the processing in OnInitDialog() Pin
zahid_ash21-May-06 18:53
zahid_ash21-May-06 18:53 
GeneralRe: All the processing in OnInitDialog() Pin
Nibu babu thomas21-May-06 19:17
Nibu babu thomas21-May-06 19:17 
AnswerRe: All the processing in OnInitDialog() Pin
PJ Arends21-May-06 19:19
professionalPJ Arends21-May-06 19:19 
GeneralRe: All the processing in OnInitDialog() Pin
zahid_ash21-May-06 19:23
zahid_ash21-May-06 19:23 
GeneralRe: All the processing in OnInitDialog() Pin
ThatsAlok22-May-06 1:50
ThatsAlok22-May-06 1:50 
QuestionRetrieve system Details including RAM Size Pin
QuickDeveloper21-May-06 18:28
QuickDeveloper21-May-06 18:28 
AnswerRe: Retrieve system Details including RAM Size Pin
Nibu babu thomas21-May-06 18:37
Nibu babu thomas21-May-06 18:37 
QuickDeveloper wrote:
hi

I want to get the following details of my system in VC.
1)Processor config(eg:233 Mhz)
2)RAM size
3)Display Adapter
4)Monitor Resolution
5)CDROM Drive,Keyboard,Network Card etc

I need this details on Win XP & Win 2000.

Which API gives list of all these details including RAM Size??


For Monitor resolution use GetSystemMetrics.
For Memory use GetMemoryStatus.
For Processor use GetSystemInfo.

Well the only complete answer for all of them is WMI. WMI gives in depth details for each of them.


Nibu thomas
Software Developer

Programming Tips[^]

GeneralRe: Retrieve system Details including RAM Size Pin
QuickDeveloper21-May-06 20:33
QuickDeveloper21-May-06 20:33 
GeneralRe: Retrieve system Details including RAM Size Pin
Nibu babu thomas21-May-06 20:35
Nibu babu thomas21-May-06 20:35 
GeneralRe: Retrieve system Details including RAM Size Pin
NiceNaidu21-May-06 21:24
NiceNaidu21-May-06 21:24 
GeneralRe: Retrieve system Details including RAM Size Pin
Nibu babu thomas21-May-06 21:27
Nibu babu thomas21-May-06 21:27 
GeneralRe: Retrieve system Details including RAM Size Pin
ThatsAlok22-May-06 1:49
ThatsAlok22-May-06 1:49 
QuestionHow to do not let mouse cursor focus on C++ Control Pin
huutribk200121-May-06 17:55
huutribk200121-May-06 17:55 
AnswerRe: How to do not let mouse cursor focus on C++ Control Pin
Nibu babu thomas21-May-06 19:21
Nibu babu thomas21-May-06 19:21 
GeneralRe: How to do not let mouse cursor focus on C++ Control Pin
huutribk200121-May-06 19:53
huutribk200121-May-06 19:53 
GeneralRe: How to do not let mouse cursor focus on C++ Control Pin
Nibu babu thomas21-May-06 20:02
Nibu babu thomas21-May-06 20:02 
QuestionProblems with AnsiString and serial port Pin
Nawar_nrr21-May-06 16:36
Nawar_nrr21-May-06 16:36 
AnswerRe: Problems with AnsiString and serial port [modified] Pin
_anil_21-May-06 18:44
_anil_21-May-06 18:44 
GeneralRe: Problems with AnsiString and serial port [modified] Pin
Nawar_nrr21-May-06 23:05
Nawar_nrr21-May-06 23:05 
QuestionCString : setting length Pin
DanYELL21-May-06 15:44
DanYELL21-May-06 15:44 
GeneralRe: CString : setting length [modified] Pin
Maxwell Chen21-May-06 17:14
Maxwell Chen21-May-06 17:14 
QuestionHandling zip files programmatically ?? :-)) Pin
Hello Boss21-May-06 11:22
Hello Boss21-May-06 11:22 
AnswerRe: Handling zip files programmatically ?? :-)) Pin
Rick York21-May-06 12:47
mveRick York21-May-06 12:47 
AnswerRe: Handling zip files programmatically ?? :-)) Pin
Joe Woodbury21-May-06 14:00
professionalJoe Woodbury21-May-06 14:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.