Click here to Skip to main content
15,918,007 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: passing data between 2 dialogs Pin
bob169729-Jul-06 17:03
bob169729-Jul-06 17:03 
GeneralRe: passing data between 2 dialogs Pin
locoone9-Jul-06 17:20
locoone9-Jul-06 17:20 
GeneralRe: passing data between 2 dialogs Pin
bob169729-Jul-06 20:03
bob169729-Jul-06 20:03 
GeneralRe: passing data between 2 dialogs Pin
bob169729-Jul-06 20:27
bob169729-Jul-06 20:27 
QuestionHow To Recive WM_RBUTTONDOWN from Flash ActiveX control to Replace Macromedia menu in MFC dialoge App in VC++ 6 Pin
Haitham Khedre9-Jul-06 11:35
Haitham Khedre9-Jul-06 11:35 
AnswerRe: How To Recive WM_RBUTTONDOWN from Flash ActiveX control to Replace Macromedia menu in MFC dialoge App in VC++ 6 Pin
Mauro Leggieri9-Jul-06 16:13
Mauro Leggieri9-Jul-06 16:13 
QuestionRe: How To Recive WM_RBUTTONDOWN from Flash ActiveX control to Replace Macromedia menu in MFC dialoge App in VC++ 6 Pin
Haitham Khedre9-Jul-06 22:45
Haitham Khedre9-Jul-06 22:45 
AnswerRe: How To Recive WM_RBUTTONDOWN from Flash ActiveX control to Replace Macromedia menu in MFC dialoge App in VC++ 6 Pin
Naveen9-Jul-06 17:49
Naveen9-Jul-06 17:49 
Handle the WM_RBUTTONDOWN and WM_CONTEXTMENU message in the PreTranslateMessage funtion. When any of this mesage arrives, check whether the handle is of the ActiveX control. If so do not call the base class' PreTranslateMessage funtion but u show ur own context menu.

nave
QuestionRe: How To Recive WM_RBUTTONDOWN from Flash ActiveX control to Replace Macromedia menu in MFC dialoge App in VC++ 6 Pin
Haitham Khedre9-Jul-06 22:44
Haitham Khedre9-Jul-06 22:44 
AnswerRe: How To Recive WM_RBUTTONDOWN from Flash ActiveX control to Replace Macromedia menu in MFC dialoge App in VC++ 6 Pin
Naveen9-Jul-06 22:50
Naveen9-Jul-06 22:50 
QuestionDisassembly of Release Code Pin
LionAM9-Jul-06 11:17
LionAM9-Jul-06 11:17 
AnswerRe: Disassembly of Release Code Pin
Viorel.9-Jul-06 22:48
Viorel.9-Jul-06 22:48 
QuestionSetting Data Items Pin
BlitzPackage9-Jul-06 10:25
BlitzPackage9-Jul-06 10:25 
Questioncombo box question Pin
locoone9-Jul-06 9:13
locoone9-Jul-06 9:13 
AnswerRe: combo box question Pin
Ram Murali9-Jul-06 16:31
Ram Murali9-Jul-06 16:31 
GeneralRe: combo box question Pin
locoone9-Jul-06 16:34
locoone9-Jul-06 16:34 
GeneralRe: combo box question Pin
Ram Murali9-Jul-06 17:31
Ram Murali9-Jul-06 17:31 
GeneralRe: combo box question Pin
Naveen9-Jul-06 17:55
Naveen9-Jul-06 17:55 
GeneralRe: combo box question Pin
locoone9-Jul-06 17:58
locoone9-Jul-06 17:58 
GeneralRe: combo box question Pin
Naveen9-Jul-06 18:03
Naveen9-Jul-06 18:03 
GeneralRe: combo box question [modified] Pin
locoone9-Jul-06 18:06
locoone9-Jul-06 18:06 
QuestionPrinting a user-defined datatype [modified] Pin
Harold_Wishes9-Jul-06 7:29
Harold_Wishes9-Jul-06 7:29 
AnswerRe: Printing a user-defined datatype Pin
Steve Echols9-Jul-06 8:07
Steve Echols9-Jul-06 8:07 
GeneralRe: Printing a user-defined datatype Pin
Harold_Wishes9-Jul-06 8:41
Harold_Wishes9-Jul-06 8:41 
GeneralRe: Printing a user-defined datatype Pin
Steve Echols9-Jul-06 9:17
Steve Echols9-Jul-06 9:17 

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.