Click here to Skip to main content
16,004,924 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCan Anyone Help me on OLE Drag&Drop In MFC Pin
ccdai22-May-03 23:15
ccdai22-May-03 23:15 
GeneralSomething really strange !! Pin
Cedric Moonen22-May-03 21:44
Cedric Moonen22-May-03 21:44 
GeneralRe: Something really strange !! Pin
Rage22-May-03 23:07
professionalRage22-May-03 23:07 
GeneralRe: Something really strange !! Pin
Cedric Moonen22-May-03 23:19
Cedric Moonen22-May-03 23:19 
GeneralRe: Something really strange !! Pin
Neville Franks23-May-03 0:52
Neville Franks23-May-03 0:52 
GeneralRe: Something really strange !! Pin
Cedric Moonen23-May-03 1:41
Cedric Moonen23-May-03 1:41 
GeneralRe: Something really strange !! Pin
Neville Franks23-May-03 1:58
Neville Franks23-May-03 1:58 
GeneralRe: Something really strange !! Pin
Cedric Moonen23-May-03 2:12
Cedric Moonen23-May-03 2:12 
You know what, the more you suggest intersting things, the more I become crazy !! Here it's really mad:

So, in the first line of the OnNewDocument() function, I make a call to ZANErrorExit.
BOOL CDebitVolDoc::OnNewDocument()
{
	ZANErrorExit(ZANERR_WRONGCOMMANDLINEARG);
	if (!CDocument::OnNewDocument())
		return FALSE;

	// TODO: add reinitialization code here
	// (SDI documents will reuse this document)
        //Further implementations here ....


And guess what ?? I still have the problem WTF | :WTF: . So, from where is it comming ?? Do you think I've discovered some extra-terrestrial intelligence Poke tongue | ;-P (Sorry, I go crazy Smile | :) )??
GeneralRe: Something really strange !! Pin
Neville Franks23-May-03 2:21
Neville Franks23-May-03 2:21 
GeneralRe: Something really strange !! Pin
Cedric Moonen23-May-03 2:41
Cedric Moonen23-May-03 2:41 
GeneralRe: Something really strange !! Pin
Neville Franks23-May-03 2:47
Neville Franks23-May-03 2:47 
GeneralRe: Something really strange !! Pin
Cedric Moonen23-May-03 2:59
Cedric Moonen23-May-03 2:59 
GeneralRe: Something really strange !! Pin
Neville Franks23-May-03 3:06
Neville Franks23-May-03 3:06 
GeneralRe: Something really strange !! Pin
Cedric Moonen23-May-03 3:10
Cedric Moonen23-May-03 3:10 
GeneralRe: Something really strange !! Pin
Rage23-May-03 1:49
professionalRage23-May-03 1:49 
GeneralRe: Something really strange !! Pin
Cedric Moonen23-May-03 1:54
Cedric Moonen23-May-03 1:54 
GeneralRe: Something really strange !! Pin
Rage23-May-03 2:23
professionalRage23-May-03 2:23 
GeneralRe: Something really strange !! Pin
Cedric Moonen23-May-03 2:42
Cedric Moonen23-May-03 2:42 
GeneralRe: Something really strange !! Pin
Franz Klein23-May-03 3:01
Franz Klein23-May-03 3:01 
GeneralRe: Something really strange !! Pin
Cedric Moonen23-May-03 3:07
Cedric Moonen23-May-03 3:07 
GeneralRe: Something really strange !! Pin
basementman23-May-03 4:08
basementman23-May-03 4:08 
Questionis the pipe the fastest? Pin
novachen22-May-03 21:17
novachen22-May-03 21:17 
AnswerRe: is the pipe the fastest? Pin
Stuart Dootson23-May-03 0:59
professionalStuart Dootson23-May-03 0:59 
GeneralRe: is the pipe the fastest? Pin
basementman23-May-03 4:09
basementman23-May-03 4:09 
GeneralRe: is the pipe the fastest? Pin
Stuart Dootson23-May-03 5:13
professionalStuart Dootson23-May-03 5:13 

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.