Click here to Skip to main content
15,894,539 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to initialize a variable in class Pin
prasad_som23-Aug-06 1:21
prasad_som23-Aug-06 1:21 
AnswerRe: How to initialize a variable in class Pin
toxcct23-Aug-06 1:54
toxcct23-Aug-06 1:54 
AnswerRe: How to initialize a variable in class Pin
Hamid_RT23-Aug-06 2:10
Hamid_RT23-Aug-06 2:10 
AnswerRe: How to initialize a variable in class Pin
Zac Howland23-Aug-06 4:18
Zac Howland23-Aug-06 4:18 
QuestionCFileDialog Filter option Pin
chands23-Aug-06 0:30
chands23-Aug-06 0:30 
AnswerRe: CFileDialog Filter option Pin
Rage23-Aug-06 1:33
professionalRage23-Aug-06 1:33 
GeneralRe: CFileDialog Filter option Pin
chands23-Aug-06 1:43
chands23-Aug-06 1:43 
QuestionRe: CFileDialog Filter option Pin
Hamid_RT23-Aug-06 1:51
Hamid_RT23-Aug-06 1:51 
GeneralRe: CFileDialog Filter option Pin
Rage23-Aug-06 3:14
professionalRage23-Aug-06 3:14 
AnswerRe: CFileDialog Filter option Pin
_AnsHUMAN_ 23-Aug-06 1:36
_AnsHUMAN_ 23-Aug-06 1:36 
QuestionHow to.. Pin
ramanand_bulusu23-Aug-06 0:30
ramanand_bulusu23-Aug-06 0:30 
AnswerRe: How to.. [modified] Pin
mails2dhana23-Aug-06 0:38
mails2dhana23-Aug-06 0:38 
AnswerRe: How to.. Pin
Hamid_RT23-Aug-06 1:51
Hamid_RT23-Aug-06 1:51 
Questionfinding register entries Pin
Kiran Pinjala23-Aug-06 0:22
Kiran Pinjala23-Aug-06 0:22 
AnswerRe: finding register entries Pin
Matt Godbolt23-Aug-06 0:33
Matt Godbolt23-Aug-06 0:33 
Just try opening it with RegOpenKey - this will fail if the key isn't present. If you need to check for a particular value, use RegQueryValueEx which will also fail if the value isn't present.

For more sophisticated applications you can recursively enumerate the registry using RegEnumKeyEx and RegEnumValue, but that shouldn't be necessary if you just want to check a single key.

Matt Godbolt
StyleManager - a C/C++ source code reformatter
IncludeManager - #include graph viewer

GeneralRe: finding register entries Pin
Kiran Pinjala23-Aug-06 1:48
Kiran Pinjala23-Aug-06 1:48 
AnswerRe: finding register entries Pin
Hamid_RT23-Aug-06 1:57
Hamid_RT23-Aug-06 1:57 
QuestionHow to create the behaviour on clicking the menue Pin
yummi23-Aug-06 0:17
yummi23-Aug-06 0:17 
Questiongettimeofday in windows Pin
afpr22-Aug-06 23:32
afpr22-Aug-06 23:32 
AnswerRe: gettimeofday in windows Pin
Matt Godbolt22-Aug-06 23:40
Matt Godbolt22-Aug-06 23:40 
GeneralRe: gettimeofday in windows Pin
afpr23-Aug-06 0:23
afpr23-Aug-06 0:23 
GeneralRe: gettimeofday in windows Pin
Mike Dimmick23-Aug-06 1:05
Mike Dimmick23-Aug-06 1:05 
GeneralRe: gettimeofday in windows Pin
Matt Godbolt23-Aug-06 1:27
Matt Godbolt23-Aug-06 1:27 
Questionhow to load the Bitmap Pin
reddy harish22-Aug-06 23:14
reddy harish22-Aug-06 23:14 
AnswerRe: how to load the Bitmap Pin
uday kiran janaswamy22-Aug-06 23:49
uday kiran janaswamy22-Aug-06 23:49 

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.