Click here to Skip to main content
15,887,027 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
AnswerRe: how to load the Bitmap Pin
_AnsHUMAN_ 22-Aug-06 23:57
_AnsHUMAN_ 22-Aug-06 23:57 
AnswerRe: how to load the Bitmap Pin
ramanand_bulusu23-Aug-06 1:02
ramanand_bulusu23-Aug-06 1:02 
AnswerRe: how to load the Bitmap Pin
Hamid_RT23-Aug-06 1:54
Hamid_RT23-Aug-06 1:54 
QuestionHow can I capture frames with directshow ? Pin
monimon22-Aug-06 23:12
monimon22-Aug-06 23:12 
AnswerRe: How can I capture frames with directshow ? Pin
Justin Tay23-Aug-06 4:35
Justin Tay23-Aug-06 4:35 
QuestionProblem on changing Views Pin
kiranin22-Aug-06 23:02
kiranin22-Aug-06 23:02 
QuestionRe: Problem on changing Views Pin
prasad_som22-Aug-06 23:09
prasad_som22-Aug-06 23:09 

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.