Click here to Skip to main content
15,921,062 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCWnd class pointer Pin
Member 14456025-Jan-05 21:20
Member 14456025-Jan-05 21:20 
GeneralSwitch case in MFC Pin
Member 160860125-Jan-05 20:48
Member 160860125-Jan-05 20:48 
GeneralRe: Switch case in MFC Pin
toxcct25-Jan-05 21:45
toxcct25-Jan-05 21:45 
GeneralRe: Switch case in MFC Pin
Member 160860125-Jan-05 22:15
Member 160860125-Jan-05 22:15 
GeneralRe: Switch case in MFC Pin
toxcct25-Jan-05 22:36
toxcct25-Jan-05 22:36 
GeneralRe: Switch case in MFC Pin
David Crow26-Jan-05 2:59
David Crow26-Jan-05 2:59 
Questiondll problem? Pin
shoulderlll25-Jan-05 19:54
shoulderlll25-Jan-05 19:54 
AnswerRe: dll problem? Pin
Blake Miller26-Jan-05 11:06
Blake Miller26-Jan-05 11:06 
You have two choices that work fairly well.

1. Call a function to display the window and all opeations are contained entirely within the DLL - this works well for dialogs, mostly.

2. Create the DLL as an MFC Extension DLL - the application loading the DLL should be an MFC application. Then you can export the entire class and use it within the application just fine.

Anything else is mixing the models MFC was designed for and will result in strange problems now and in the future.

Questionplease help me? Pin
javad_200525-Jan-05 19:15
javad_200525-Jan-05 19:15 
AnswerRe: please help me? Pin
David Crow26-Jan-05 3:02
David Crow26-Jan-05 3:02 
QuestionHow to create resource DLL that support alpha color chanel Pin
thogayrang25-Jan-05 18:44
thogayrang25-Jan-05 18:44 
GeneralMDI Application Pin
nutkase25-Jan-05 18:30
nutkase25-Jan-05 18:30 
GeneralRe: MDI Application Pin
Shog925-Jan-05 20:40
sitebuilderShog925-Jan-05 20:40 
Generalclient server using visual c++ Pin
khaifoo25-Jan-05 17:54
khaifoo25-Jan-05 17:54 
QuestionRunning processes events? Pin
LukeV25-Jan-05 16:49
LukeV25-Jan-05 16:49 
GeneralRight click on CListCtrl item Pin
ameii8325-Jan-05 15:50
ameii8325-Jan-05 15:50 
GeneralRe: Right click on CListCtrl item Pin
ThatsAlok26-Jan-05 1:08
ThatsAlok26-Jan-05 1:08 
GeneralRe: Right click on CListCtrl item Pin
ameii8330-Jan-05 17:09
ameii8330-Jan-05 17:09 
QuestionHow to know when the dialog is activated? Pin
freehawk25-Jan-05 14:45
freehawk25-Jan-05 14:45 
AnswerRe: How to know when the dialog is activated? Pin
pc_dev25-Jan-05 17:23
pc_dev25-Jan-05 17:23 
Generalconnecting to a SQL/MSDE database Pin
elephantstar25-Jan-05 13:17
elephantstar25-Jan-05 13:17 
GeneralRe: connecting to a SQL/MSDE database Pin
wilsonian26-Jan-05 10:59
wilsonian26-Jan-05 10:59 
GeneralRe: connecting to a SQL/MSDE database Pin
elephantstar27-Jan-05 11:05
elephantstar27-Jan-05 11:05 
GeneralRe: connecting to a SQL/MSDE database Pin
wilsonian27-Jan-05 11:26
wilsonian27-Jan-05 11:26 
GeneralRe: connecting to a SQL/MSDE database Pin
elephantstar27-Jan-05 14:05
elephantstar27-Jan-05 14:05 

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.