Click here to Skip to main content
15,891,033 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Sir,pls tell how to avoid .clw changed message box being poped up? Pin
ThatsAlok8-Apr-06 1:29
ThatsAlok8-Apr-06 1:29 
QuestionFinding message Pin
cmk7-Apr-06 20:02
cmk7-Apr-06 20:02 
AnswerRe: Finding message Pin
Matt Godbolt8-Apr-06 1:24
Matt Godbolt8-Apr-06 1:24 
GeneralRe: Finding message Pin
cmk8-Apr-06 9:51
cmk8-Apr-06 9:51 
GeneralRe: Finding message Pin
Matt Godbolt8-Apr-06 9:53
Matt Godbolt8-Apr-06 9:53 
GeneralRe: Finding message Pin
cmk8-Apr-06 17:51
cmk8-Apr-06 17:51 
QuestionEnumerating MFU Programs Pin
rajeevktripathi7-Apr-06 19:52
rajeevktripathi7-Apr-06 19:52 
AnswerRe: Enumerating MFU Programs Pin
Hamid_RT7-Apr-06 22:30
Hamid_RT7-Apr-06 22:30 
Hi rajeevktripathi,

I'm not sure this good way but maybe it is some helpful to you

DWORD dwR,DataSize;
HKEY hKey1;
TCHAR sz[MAX_PATH];

dwR = RegOpenKey (HKEY_LOCAL_MACHINE,
_T("Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders"),&hKey1);

CStringArray m_Array;
CString str;
TCHAR m_Value[256];
DWORD m_dValue = 256;
DWORD m_Data;

for(int i=0;i<15;i++)//example
{
m_dValue=256;
m_Data = 256;
RegEnumValue (hKey1,
i,
m_Value,
&m_dValue,
NULL,
NULL,
NULL,
&m_Data);
m_Array.Add(m_Value);
}

for(int i=0;i
AnswerRe: Enumerating MFU Programs Pin
Michael Dunn8-Apr-06 12:13
sitebuilderMichael Dunn8-Apr-06 12:13 
QuestionRe: Enumerating MFU Programs Pin
rajeevktripathi9-Apr-06 18:25
rajeevktripathi9-Apr-06 18:25 
QuestionShellExecute problem Pin
QuickDeveloper7-Apr-06 19:46
QuickDeveloper7-Apr-06 19:46 
AnswerRe: ShellExecute problem Pin
includeh107-Apr-06 20:10
includeh107-Apr-06 20:10 
GeneralRe: ShellExecute problem Pin
QuickDeveloper7-Apr-06 20:24
QuickDeveloper7-Apr-06 20:24 
GeneralRe: ShellExecute problem Pin
Hamid_RT7-Apr-06 21:09
Hamid_RT7-Apr-06 21:09 
GeneralRe: ShellExecute problem Pin
QuickDeveloper7-Apr-06 22:30
QuickDeveloper7-Apr-06 22:30 
GeneralRe: ShellExecute problem Pin
Hamid_RT7-Apr-06 22:50
Hamid_RT7-Apr-06 22:50 
AnswerRe: ShellExecute problem Pin
Matt Godbolt8-Apr-06 1:12
Matt Godbolt8-Apr-06 1:12 
AnswerRe: ShellExecute problem Pin
Michael Dunn8-Apr-06 12:19
sitebuilderMichael Dunn8-Apr-06 12:19 
AnswerRe: ShellExecute problem Pin
Gary R. Wheeler8-Apr-06 12:50
Gary R. Wheeler8-Apr-06 12:50 
Questionabout VSS Pin
FlyWithYou7-Apr-06 19:25
FlyWithYou7-Apr-06 19:25 
Questionsearching files Pin
RabiaAslam7-Apr-06 18:09
RabiaAslam7-Apr-06 18:09 
AnswerRe: searching files Pin
Hamid_RT7-Apr-06 18:45
Hamid_RT7-Apr-06 18:45 
AnswerRe: searching files Pin
Aqueel7-Apr-06 19:10
Aqueel7-Apr-06 19:10 
GeneralRe: searching files Pin
RabiaAslam8-Apr-06 0:00
RabiaAslam8-Apr-06 0:00 
GeneralRe: searching files Pin
Hamid_RT8-Apr-06 1:49
Hamid_RT8-Apr-06 1: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.