Click here to Skip to main content
15,889,096 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to change the title of a dialog Pin
adara3-Oct-02 22:31
adara3-Oct-02 22:31 
Generaltrap errors/exceptions occured while running exe through commandline Pin
souchakra3-Oct-02 20:44
souchakra3-Oct-02 20:44 
GeneralRe: trap errors/exceptions occured while running exe through commandline Pin
Juergen Froehlich3-Oct-02 21:13
Juergen Froehlich3-Oct-02 21:13 
GeneralRe: trap errors/exceptions occured while running exe through commandline Pin
souchakra3-Oct-02 21:27
souchakra3-Oct-02 21:27 
GeneralDDE Messages Pin
Mustafa Demirhan3-Oct-02 19:56
Mustafa Demirhan3-Oct-02 19:56 
GeneralRe: DDE Messages Pin
Stephane Rodriguez.3-Oct-02 20:12
Stephane Rodriguez.3-Oct-02 20:12 
GeneralRe: DDE Messages Pin
Mustafa Demirhan3-Oct-02 20:49
Mustafa Demirhan3-Oct-02 20:49 
GeneralRe: DDE Messages Pin
Stephane Rodriguez.3-Oct-02 21:33
Stephane Rodriguez.3-Oct-02 21:33 
You must also have this in your CWinApp implementation :
// enable file manager drag/drop and DDE Execute open
EnableShellOpen();
RegisterShellFileTypes();
// ...


And you have MSDN articles [^]about it.

From a former app I somewhat remember, I also had a WIN32 message loop scrutening for WM_DDE_xxx messages. But this advanced advanced DDE use to transfer data using the clipboard.




sometimes it helps to look at the IL generated code
a MS guy on develop.com "answering" .NET issues
GeneralRe: DDE Messages Pin
Mustafa Demirhan3-Oct-02 23:07
Mustafa Demirhan3-Oct-02 23:07 
GeneralRe: DDE Messages Pin
Mustafa Demirhan3-Oct-02 23:08
Mustafa Demirhan3-Oct-02 23:08 
GeneralOK. I got it :) Pin
Mustafa Demirhan3-Oct-02 23:11
Mustafa Demirhan3-Oct-02 23:11 
GeneralLVS_EX_CHECKBOXES checked state change notification Pin
chajadan3-Oct-02 19:34
chajadan3-Oct-02 19:34 
GeneralRe: LVS_EX_CHECKBOXES checked state change notification Pin
Holger Persch3-Oct-02 20:00
Holger Persch3-Oct-02 20:00 
QuestionC++ Professional Publications? Pin
JennyP3-Oct-02 19:01
JennyP3-Oct-02 19:01 
AnswerRe: C++ Professional Publications? Pin
Stephane Rodriguez.3-Oct-02 20:06
Stephane Rodriguez.3-Oct-02 20:06 
AnswerRe: C++ Professional Publications? Pin
Tomasz Sowinski4-Oct-02 0:25
Tomasz Sowinski4-Oct-02 0:25 
AnswerRe: C++ Professional Publications? Pin
Christian Graus4-Oct-02 11:27
protectorChristian Graus4-Oct-02 11:27 
GeneralGeneral error: Unable to read from file buffer occurred. Native Error Msg is: State:S1000,Native:0,Origin:[Microsoft][ODBC Cursor Library] Pin
achandra0073-Oct-02 18:44
achandra0073-Oct-02 18:44 
GeneralDetect System Inactivity Pin
Paul M Watt3-Oct-02 17:03
mentorPaul M Watt3-Oct-02 17:03 
GeneralRe: Detect System Inactivity Pin
Shog93-Oct-02 18:22
sitebuilderShog93-Oct-02 18:22 
GeneralRe: Detect System Inactivity Pin
Paul M Watt3-Oct-02 19:40
mentorPaul M Watt3-Oct-02 19:40 
GeneralWorking with C++ and C together Pin
Soepa3-Oct-02 16:06
Soepa3-Oct-02 16:06 
GeneralRe: Working with C++ and C together Pin
Rick York3-Oct-02 16:30
mveRick York3-Oct-02 16:30 
GeneralCMap template error Pin
IGx893-Oct-02 15:56
IGx893-Oct-02 15:56 
GeneralRe: CMap template error Pin
Christian Graus3-Oct-02 17:44
protectorChristian Graus3-Oct-02 17:44 

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.