Click here to Skip to main content
15,889,315 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Custom icon size in system tray? Pin
Sam_c6-May-07 0:05
Sam_c6-May-07 0:05 
AnswerRe: Custom icon size in system tray? Pin
ThatsAlok16-May-07 19:43
ThatsAlok16-May-07 19:43 
QuestionFind the OS version and SP Pin
RomTibi5-May-07 9:51
RomTibi5-May-07 9:51 
AnswerRe: Find the OS version and SP Pin
PJ Arends5-May-07 10:23
professionalPJ Arends5-May-07 10:23 
GeneralRe: Find the OS version and SP Pin
RomTibi5-May-07 19:42
RomTibi5-May-07 19:42 
AnswerRe: Find the OS version and SP Pin
Rajesh R Subramanian5-May-07 10:26
professionalRajesh R Subramanian5-May-07 10:26 
GeneralRe: Find the OS version and SP Pin
RomTibi5-May-07 19:42
RomTibi5-May-07 19:42 
AnswerRe: Find the OS version and SP Pin
Sam_c5-May-07 11:41
Sam_c5-May-07 11:41 
brahmma
Covered the main ones

I had to do a similar class awhile back,

the function GetSystemMetrics(int); has two values which are useful
SM_MEDIACENTER and SM_TABLETPC


if you want anymore info about the system such as model
IWbemClassObject
good old WMI has a lot to offer.

p.s if your going to use GetVersionEx();
make sure your application fails safe if the wrong (unexpected) number returns
i know vista is new but wont be new forever

GeneralRe: Find the OS version and SP Pin
RomTibi5-May-07 19:44
RomTibi5-May-07 19:44 
GeneralRe: Find the OS version and SP Pin
ThatsAlok16-May-07 19:42
ThatsAlok16-May-07 19:42 
QuestionClass+WNDPROC Pin
shaderx5-May-07 9:13
shaderx5-May-07 9:13 
AnswerRe: Class+WNDPROC Pin
Mark Salsbery5-May-07 9:18
Mark Salsbery5-May-07 9:18 
GeneralRe: Class+WNDPROC Pin
shaderx5-May-07 11:14
shaderx5-May-07 11:14 
GeneralRe: Class+WNDPROC Pin
Michael Dunn5-May-07 12:33
sitebuilderMichael Dunn5-May-07 12:33 
GeneralRe: Class+WNDPROC Pin
ThatsAlok16-May-07 19:42
ThatsAlok16-May-07 19:42 
Questionwindows service Pin
micutzu5-May-07 3:51
micutzu5-May-07 3:51 
QuestionOLE DB provider Pin
George_George5-May-07 3:24
George_George5-May-07 3:24 
AnswerRe: OLE DB provider Pin
led mike5-May-07 9:18
led mike5-May-07 9:18 
GeneralRe: OLE DB provider Pin
George_George5-May-07 16:33
George_George5-May-07 16:33 
QuestionI2C Pin
Rabia Waqas5-May-07 3:23
Rabia Waqas5-May-07 3:23 
AnswerRe: I2C Pin
ThatsAlok16-May-07 19:38
ThatsAlok16-May-07 19:38 
QuestionFile read-plz help me? Pin
prathuraj5-May-07 1:24
prathuraj5-May-07 1:24 
AnswerRe: File read-plz help me? Pin
Hans Dietrich5-May-07 1:59
mentorHans Dietrich5-May-07 1:59 
AnswerRe: File read-plz help me? Pin
CPallini5-May-07 2:19
mveCPallini5-May-07 2:19 
AnswerRe: File read-plz help me? Pin
ThatsAlok16-May-07 19:38
ThatsAlok16-May-07 19:38 

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.