Click here to Skip to main content
15,924,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalurgent Pin
john563217-Mar-08 20:00
john563217-Mar-08 20:00 
GeneralRe: urgent Pin
rp_suman17-Mar-08 20:39
rp_suman17-Mar-08 20:39 
GeneralRe: urgent Pin
john563217-Mar-08 20:42
john563217-Mar-08 20:42 
GeneralRe: urgent Pin
rp_suman17-Mar-08 21:55
rp_suman17-Mar-08 21:55 
GeneralRe: urgent Pin
David Crow18-Mar-08 3:55
David Crow18-Mar-08 3:55 
GeneralRe: urgent Pin
Naveen17-Mar-08 21:21
Naveen17-Mar-08 21:21 
GeneralRe: urgent Pin
john563217-Mar-08 22:50
john563217-Mar-08 22:50 
GeneralRe: urgent Pin
Naveen17-Mar-08 23:29
Naveen17-Mar-08 23:29 
pther wrote:
I put a messagebox


Did u check by putting a break point in the first line of Initialize() function?

In your code message box in the end. There is a chance that some of your checking might have failed and the control might have returned before the messagebox. So just for debugging purpose modify your initilaze function such that in contains a AfxMessageBox.

HRESULT __stdcall CCoMenHandler::Initialize(LPCITEMIDLIST pidlFolder, IDataObject *pdtobj, HKEY hkeyProgID)
{
AfxMessageBox( _T("Initialize called"));
return S_OK;
}

In this case also if only one message box came, paste the rgs file content here.


GeneralRe: urgent Pin
john563218-Mar-08 0:08
john563218-Mar-08 0:08 
GeneralRe: urgent Pin
Naveen18-Mar-08 0:19
Naveen18-Mar-08 0:19 
GeneralRe: urgent Pin
john563218-Mar-08 0:29
john563218-Mar-08 0:29 
GeneralRe: urgent Pin
fat_boy18-Mar-08 2:47
fat_boy18-Mar-08 2:47 
GeneralInheritance in Pimpl idiom Pin
George_George17-Mar-08 19:31
George_George17-Mar-08 19:31 
GeneralRe: Inheritance in Pimpl idiom Pin
Maxwell Chen17-Mar-08 20:01
Maxwell Chen17-Mar-08 20:01 
GeneralRe: Inheritance in Pimpl idiom Pin
George_George17-Mar-08 22:01
George_George17-Mar-08 22:01 
AnswerRe: Inheritance in Pimpl idiom [modified] Pin
Maxwell Chen17-Mar-08 20:43
Maxwell Chen17-Mar-08 20:43 
GeneralRe: Inheritance in Pimpl idiom Pin
George_George17-Mar-08 22:14
George_George17-Mar-08 22:14 
AnswerRe: Inheritance in Pimpl idiom Pin
Maxwell Chen17-Mar-08 23:00
Maxwell Chen17-Mar-08 23:00 
GeneralRe: Inheritance in Pimpl idiom Pin
George_George17-Mar-08 23:26
George_George17-Mar-08 23:26 
GeneralRe: Inheritance in Pimpl idiom Pin
Maxwell Chen17-Mar-08 23:53
Maxwell Chen17-Mar-08 23:53 
GeneralRe: Inheritance in Pimpl idiom Pin
George_George18-Mar-08 0:17
George_George18-Mar-08 0:17 
GeneralCopy File and long file path Pin
vikramlinux17-Mar-08 19:26
vikramlinux17-Mar-08 19:26 
GeneralRe: Copy File and long file path Pin
Michael Dunn17-Mar-08 19:45
sitebuilderMichael Dunn17-Mar-08 19:45 
GeneralRe: Copy File and long file path Pin
vikramlinux17-Mar-08 20:23
vikramlinux17-Mar-08 20:23 
Questionshutdown function for CWinApp() Pin
rp_suman17-Mar-08 18:49
rp_suman17-Mar-08 18: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.