Click here to Skip to main content
15,895,283 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: I get a Windows error when I remove an else statement... Pin
David Crow8-Jun-06 2:42
David Crow8-Jun-06 2:42 
GeneralRe: I get a Windows error when I remove an else statement... Pin
Lord Kixdemp8-Jun-06 3:11
Lord Kixdemp8-Jun-06 3:11 
GeneralRe: I get a Windows error when I remove an else statement... Pin
David Crow8-Jun-06 3:20
David Crow8-Jun-06 3:20 
QuestionSocket programming error MFC Pin
Aqueel7-Jun-06 4:14
Aqueel7-Jun-06 4:14 
QuestionRe: Socket programming error MFC Pin
David Crow7-Jun-06 4:20
David Crow7-Jun-06 4:20 
AnswerRe: Socket programming error MFC [modified] Pin
Aqueel7-Jun-06 4:32
Aqueel7-Jun-06 4:32 
QuestionRe: Socket programming error MFC [modified] Pin
David Crow7-Jun-06 4:42
David Crow7-Jun-06 4:42 
GeneralRe: Socket programming error MFC [modified] Pin
Viorel.7-Jun-06 4:55
Viorel.7-Jun-06 4:55 
GeneralRe: Socket programming error MFC [modified] Pin
Aqueel7-Jun-06 5:10
Aqueel7-Jun-06 5:10 
GeneralRe: Socket programming error MFC [modified] Pin
Viorel.7-Jun-06 5:21
Viorel.7-Jun-06 5:21 
AnswerRe: Socket programming error MFC Pin
Sarath C7-Jun-06 4:38
Sarath C7-Jun-06 4:38 
Questionneed to write a panel(a custom control) to load and unload controls? Pin
old_dustman7-Jun-06 4:11
old_dustman7-Jun-06 4:11 
QuestionRe: need to write a panel(a custom control) to load and unload controls? Pin
David Crow7-Jun-06 4:22
David Crow7-Jun-06 4:22 
QuestionRe: need to write a panel(a custom control) to load and unload controls? Pin
Jun Du7-Jun-06 5:25
Jun Du7-Jun-06 5:25 
AnswerRe: need to write a panel(a custom control) to load and unload controls? Pin
old_dustman7-Jun-06 17:11
old_dustman7-Jun-06 17:11 
QuestionRetrieving Machine ID Pin
SachinBhave7-Jun-06 3:34
SachinBhave7-Jun-06 3:34 
AnswerRe: Retrieving Machine ID Pin
_AnsHUMAN_ 7-Jun-06 3:42
_AnsHUMAN_ 7-Jun-06 3:42 
GeneralRe: Retrieving Machine ID Pin
David Crow7-Jun-06 4:15
David Crow7-Jun-06 4:15 
AnswerRe: Retrieving Machine ID Pin
Viorel.7-Jun-06 3:54
Viorel.7-Jun-06 3:54 
Perhaps you will found methods based on querying the System Registry. Nevertheless, consider that the data you need can be obtained using Windows Management Instrumentation (WMI):

  • MAC Address -- see Win32_NetworkAdapter WMI class;
  • HDD Serial Number -- see Win32_DiskDrive WMI class;
  • CD/DVD Drive Serial Number -- see Win32_CDROMDrive WMI class;
  • CPU Processor ID -- see Win32_Processor WMI class.

WMI seems to be difficult to use in C++. So use it if no easier equivalent methods.
QuestionPlz Advice Pin
Krishnatv7-Jun-06 3:11
Krishnatv7-Jun-06 3:11 
AnswerRe: Plz Advice Pin
_AnsHUMAN_ 7-Jun-06 3:27
_AnsHUMAN_ 7-Jun-06 3:27 
GeneralRe: Plz Advice Pin
Krishnatv7-Jun-06 19:35
Krishnatv7-Jun-06 19:35 
AnswerRe: Plz Advice Pin
ThatsAlok7-Jun-06 20:10
ThatsAlok7-Jun-06 20:10 
QuestionBlitting a palettized surface to a none palettized surface Pin
Remco Hoogenboezem7-Jun-06 3:09
Remco Hoogenboezem7-Jun-06 3:09 
QuestionLook and Feel Pin
vinod.sankuthodi7-Jun-06 3:04
vinod.sankuthodi7-Jun-06 3:04 

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.