Click here to Skip to main content
15,913,773 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to show video on TV? Pin
Alex_ManOwaR2-Jun-04 23:24
Alex_ManOwaR2-Jun-04 23:24 
GeneralServices icon problem Pin
JensB2-Jun-04 22:55
JensB2-Jun-04 22:55 
GeneralRe: Services icon problem Pin
Iain Clarke, Warrior Programmer3-Jun-04 4:30
Iain Clarke, Warrior Programmer3-Jun-04 4:30 
GeneralRe: Services icon problem Pin
Anonymous5-Jun-04 21:37
Anonymous5-Jun-04 21:37 
GeneralMFC App to DLL Query Pin
sweep1232-Jun-04 22:09
sweep1232-Jun-04 22:09 
GeneralRe: MFC App to DLL Query Pin
John R. Shaw2-Jun-04 22:24
John R. Shaw2-Jun-04 22:24 
GeneralRe: MFC App to DLL Query Pin
sweep1232-Jun-04 22:35
sweep1232-Jun-04 22:35 
GeneralRe: MFC App to DLL Query Pin
John R. Shaw2-Jun-04 23:43
John R. Shaw2-Jun-04 23:43 
Ok! Break the code down! One message per function (like MFC does)! You need to seperate the code that displays the messages from the code that interprets the messages.

If you want to give (your DLL) the ability to show the last message received, then you will have to provided some storage space (i.e. variables) to hold the last message received.

The dialogbox is irrelivant, the information is what matters. Seperate the information functions (totaly) from the interface. Then the information can be retrieved, regardless of what interface is used to display it.



INTP
GeneralRe: MFC App to DLL Query Pin
sweep1233-Jun-04 0:30
sweep1233-Jun-04 0:30 
GeneralRe: MFC App to DLL Query Pin
John R. Shaw3-Jun-04 1:35
John R. Shaw3-Jun-04 1:35 
GeneralRe: MFC App to DLL Query Pin
sweep1233-Jun-04 2:31
sweep1233-Jun-04 2:31 
GeneralAbout nmake and vcvars32.bat Pin
Filomela2-Jun-04 22:03
Filomela2-Jun-04 22:03 
GeneralRe: About nmake and vcvars32.bat Pin
David Crow3-Jun-04 4:24
David Crow3-Jun-04 4:24 
GeneralRe: About nmake and vcvars32.bat Pin
Filomela3-Jun-04 21:04
Filomela3-Jun-04 21:04 
GeneralPreTranslateMessage problems Pin
Aviv Halperin2-Jun-04 22:02
Aviv Halperin2-Jun-04 22:02 
GeneralRe: PreTranslateMessage problems Pin
John R. Shaw2-Jun-04 22:44
John R. Shaw2-Jun-04 22:44 
GeneralRe: PreTranslateMessage problems Pin
Aviv Halperin3-Jun-04 0:04
Aviv Halperin3-Jun-04 0:04 
GeneralRe: PreTranslateMessage problems Pin
John R. Shaw3-Jun-04 0:50
John R. Shaw3-Jun-04 0:50 
QuestionCan i send Data to USB port Pin
Zeeshan Bilal2-Jun-04 21:45
Zeeshan Bilal2-Jun-04 21:45 
AnswerRe: Can i send Data to USB port Pin
John R. Shaw2-Jun-04 21:54
John R. Shaw2-Jun-04 21:54 
AnswerRe: Can i send Data to USB port Pin
Antony M Kancidrowski3-Jun-04 1:27
Antony M Kancidrowski3-Jun-04 1:27 
GeneralRe: Can i send Data to USB port Pin
jmkhael3-Jun-04 1:54
jmkhael3-Jun-04 1:54 
GeneralRe: Can i send Data to USB port Pin
Antony M Kancidrowski3-Jun-04 5:44
Antony M Kancidrowski3-Jun-04 5:44 
QuestionHow to show 24-bit Bitmap in toolbar Icon..VC++6 Pin
Sumit Kapoor2-Jun-04 21:24
Sumit Kapoor2-Jun-04 21:24 
AnswerRe: How to show 24-bit Bitmap in toolbar Icon..VC++6 Pin
John R. Shaw2-Jun-04 22:09
John R. Shaw2-Jun-04 22:09 

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.