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

C / C++ / MFC

 
AnswerRe: Dev environment not releasing control of .exe Pin
Naveen12-May-09 4:50
Naveen12-May-09 4:50 
GeneralRe: Dev environment not releasing control of .exe Pin
Dustin Henry12-May-09 5:11
Dustin Henry12-May-09 5:11 
Questionhow to Pin
yunpil12-May-09 3:42
yunpil12-May-09 3:42 
AnswerRe: how to Pin
David Crow12-May-09 4:32
David Crow12-May-09 4:32 
AnswerRe: how to Pin
Michael Schubert12-May-09 5:47
Michael Schubert12-May-09 5:47 
QuestionRe: how to Pin
CPallini12-May-09 7:49
mveCPallini12-May-09 7:49 
AnswerRe: how to Pin
Madhu Nair12-May-09 9:11
Madhu Nair12-May-09 9:11 
Questionuser form control in MFC Pin
Laan8212-May-09 3:06
Laan8212-May-09 3:06 
Hi all,

I'm trying to import in my MFC project some custom form user control made with c#. Now if I try to import them in a dialog following the msdn tutorial I have no problem. Instead If i try to import them in a cpanedialog I'm not able to initialize the control (if I look at the control value in debug mode it is always NULL). Now my question is:
It is possible to host the control or it is the same situation of the dialogbar in which as MSDN said can not be host form control?

PS To host the control I have included the clr support than I have made these three passage:

1) in header file I have add CWinFormsControl<mbrPropertyGrid::PropertyGrid> m_ctrl;
2)then to the cpp file of the panedialog I have added a DDX control where IDC_CTRL2 is a static tex used as placeholder DDX_ManagedControl(pDX, IDC_CTRL2, m_ctrl);
3) at least in a specific method I use the control
AnswerRe: user form control in MFC Pin
Laan8212-May-09 7:01
Laan8212-May-09 7:01 
QuestionRe: user form control in MFC Pin
Maximilien12-May-09 7:48
Maximilien12-May-09 7:48 
AnswerRe: user form control in MFC Pin
Laan8213-May-09 5:40
Laan8213-May-09 5:40 
QuestionMultiple windows in VC++ Pin
vinod shankar k12-May-09 2:50
vinod shankar k12-May-09 2:50 
AnswerRe: Multiple windows in VC++ Pin
CPallini12-May-09 3:04
mveCPallini12-May-09 3:04 
AnswerRe: Multiple windows in VC++ Pin
«_Superman_»12-May-09 3:07
professional«_Superman_»12-May-09 3:07 
AnswerRe: Multiple windows in VC++ Pin
David Crow12-May-09 3:40
David Crow12-May-09 3:40 
Questionparameter of function Pin
durban212-May-09 2:44
durban212-May-09 2:44 
AnswerRe: parameter of function Pin
David Crow12-May-09 2:48
David Crow12-May-09 2:48 
AnswerRe: parameter of function Pin
CPallini12-May-09 2:58
mveCPallini12-May-09 2:58 
AnswerRe: parameter of function Pin
Cedric Moonen12-May-09 3:06
Cedric Moonen12-May-09 3:06 
QuestionWTSVirtualChannelWrite fails, GetLastError returns ERROR_INVALID_FUNCTION Pin
cefarix12-May-09 1:55
cefarix12-May-09 1:55 
QuestionRe: WTSVirtualChannelWrite fails, GetLastError returns ERROR_INVALID_FUNCTION Pin
rep_movsd6-Nov-13 10:44
rep_movsd6-Nov-13 10:44 
Questionmove file from one machine to another Pin
Mogaambo12-May-09 1:46
Mogaambo12-May-09 1:46 
AnswerRe: move file from one machine to another Pin
«_Superman_»12-May-09 2:10
professional«_Superman_»12-May-09 2:10 
AnswerRe: move file from one machine to another Pin
Madhu Nair12-May-09 2:10
Madhu Nair12-May-09 2:10 
QuestionRe: move file from one machine to another Pin
David Crow12-May-09 2:42
David Crow12-May-09 2:42 

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.