Click here to Skip to main content
15,881,793 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: SDL window in MFC Dialog Pin
Hamid_RT1-Jun-06 3:48
Hamid_RT1-Jun-06 3:48 
AnswerRe: SDL window in MFC Dialog Pin
guyqian8-Jul-12 20:06
guyqian8-Jul-12 20:06 
QuestionMFC Related Pin
Luna-Bangalore1-Jun-06 1:49
Luna-Bangalore1-Jun-06 1:49 
AnswerRe: MFC Related Pin
<color>Aljechin 1-Jun-06 1:57
<color>Aljechin 1-Jun-06 1:57 
AnswerRe: MFC Related Pin
toxcct1-Jun-06 2:07
toxcct1-Jun-06 2:07 
AnswerRe: MFC Related Pin
Sarath C1-Jun-06 2:08
Sarath C1-Jun-06 2:08 
QuestionDeriving a class from CColorDialog Pin
Tony Kurishunkal1-Jun-06 1:46
Tony Kurishunkal1-Jun-06 1:46 
AnswerRe: Deriving a class from CColorDialog Pin
Hamid_RT1-Jun-06 2:07
Hamid_RT1-Jun-06 2:07 
like this
<br />
class CMyDialog: public CColorDialog<br />
{<br />
public: <br />
	DECLARE_DYNCREATE(CMyDialog)<br />
	CMyDialog();<br />
	~CMyDialog();<br />
	DECLARE_MESSAGE_MAP()<br />
<br />
};<br />
<br />
<br />
---------------------<br />
IMPLEMENT_DYNCREATE(CMyDialog, CColorDialog)<br />
<br />
BEGIN_MESSAGE_MAP(CMyDialog, CColorDialog)<br />
END_MESSAGE_MAP()<br />
<br />
CMyDialog::CMyDialog()<br />
{<br />
}<br />
CMyDialog::~CMyDialog()<br />
{<br />
}<br />



whitesky


AnswerRe: Deriving a class from CColorDialog Pin
Sarath C1-Jun-06 2:17
Sarath C1-Jun-06 2:17 
GeneralRe: Deriving a class from CColorDialog Pin
Hamid_RT1-Jun-06 2:33
Hamid_RT1-Jun-06 2:33 
GeneralRe: Deriving a class from CColorDialog Pin
Sarath C1-Jun-06 2:39
Sarath C1-Jun-06 2:39 
GeneralRe: Deriving a class from CColorDialog Pin
Hamid_RT1-Jun-06 2:47
Hamid_RT1-Jun-06 2:47 
QuestionProperty Page and Sheets Pin
si_691-Jun-06 1:34
si_691-Jun-06 1:34 
AnswerRe: Property Page and Sheets Pin
_anil_1-Jun-06 1:47
_anil_1-Jun-06 1:47 
Questionmodule could not be found Pin
Sarath C1-Jun-06 1:32
Sarath C1-Jun-06 1:32 
AnswerRe: module could not be found Pin
ThatsAlok1-Jun-06 1:56
ThatsAlok1-Jun-06 1:56 
GeneralRe: module could not be found Pin
Sarath C1-Jun-06 2:05
Sarath C1-Jun-06 2:05 
AnswerRe: module could not be found Pin
Sarath C1-Jun-06 2:04
Sarath C1-Jun-06 2:04 
AnswerRe: module could not be found Pin
NiceNaidu1-Jun-06 2:14
NiceNaidu1-Jun-06 2:14 
QuestionHow to copy string with NULL Pin
<color>Aljechin 1-Jun-06 1:03
<color>Aljechin 1-Jun-06 1:03 
AnswerRe: How to copy string with NULL Pin
Nibu babu thomas1-Jun-06 1:08
Nibu babu thomas1-Jun-06 1:08 
GeneralRe: How to copy string with NULL Pin
Cedric Moonen1-Jun-06 1:15
Cedric Moonen1-Jun-06 1:15 
GeneralRe: How to copy string with NULL Pin
Nibu babu thomas1-Jun-06 1:17
Nibu babu thomas1-Jun-06 1:17 
GeneralRe: How to copy string with NULL Pin
<color>Aljechin 1-Jun-06 1:43
<color>Aljechin 1-Jun-06 1:43 
GeneralRe: How to copy string with NULL Pin
Nibu babu thomas1-Jun-06 1:52
Nibu babu thomas1-Jun-06 1:52 

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.