Click here to Skip to main content
16,006,707 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: mergesort and insertion sort problem.. Pin
David Crow20-Sep-07 10:33
David Crow20-Sep-07 10:33 
AnswerRe: mergesort and insertion sort problem.. Pin
John R. Shaw20-Sep-07 21:17
John R. Shaw20-Sep-07 21:17 
QuestionHow to change color of STATIC control in MFC ? Pin
Yanshof20-Sep-07 4:34
Yanshof20-Sep-07 4:34 
AnswerRe: How to change color of STATIC control in MFC ? Pin
Maximilien20-Sep-07 4:51
Maximilien20-Sep-07 4:51 
AnswerRe: How to change color of STATIC control in MFC ? Pin
jhwurmbach20-Sep-07 4:54
jhwurmbach20-Sep-07 4:54 
AnswerRe: How to change color of STATIC control in MFC ? Pin
Mark Salsbery20-Sep-07 6:08
Mark Salsbery20-Sep-07 6:08 
QuestionHow can i throw event from ATL Composite control to some dialog ? Pin
Yanshof20-Sep-07 4:33
Yanshof20-Sep-07 4:33 
AnswerRe: How can i throw event from ATL Composite control to some dialog ? Pin
Nathan Holt at EMOM20-Sep-07 9:21
Nathan Holt at EMOM20-Sep-07 9:21 
Yanshof wrote:
I have some ATL Composite control that i wrote - this Control "site" in some dialog.
I want to throw some event from this Control into the dialog - how can i do it ?


Some platforms, including MFC and VB6 provide easy support for receiving control events in a dialog. If you aren't using one, or are using the control in a way that the platform doesn't support, you'll need to implement the control's event sink interface, and register it with the controls connection points when you create the control, and unregister it before destroying the control. You can look up info on IConnectionPointContainer and IConnectionPoint for more info on this.

Nathan
QuestionHow to create file in this program and make it generate Pin
snoop8220-Sep-07 3:29
snoop8220-Sep-07 3:29 
AnswerRe: How to create file in this program and make it generate Pin
toxcct20-Sep-07 3:38
toxcct20-Sep-07 3:38 
QuestionCurioisity Pin
Nelek20-Sep-07 4:18
protectorNelek20-Sep-07 4:18 
AnswerRe: Curioisity Pin
toxcct20-Sep-07 6:47
toxcct20-Sep-07 6:47 
AnswerRe: How to create file in this program and make it generate Pin
Programm3r20-Sep-07 3:40
Programm3r20-Sep-07 3:40 
GeneralRe: How to create file in this program and make it generate Pin
snoop8220-Sep-07 4:17
snoop8220-Sep-07 4:17 
GeneralRe: How to create file in this program and make it generate Pin
Nelek20-Sep-07 4:19
protectorNelek20-Sep-07 4:19 
GeneralRe: How to create file in this program and make it generate Pin
toxcct20-Sep-07 4:25
toxcct20-Sep-07 4:25 
QuestionGetDC() returning NULL handle in MFC Pin
Dhiraj kumar Saini20-Sep-07 3:28
Dhiraj kumar Saini20-Sep-07 3:28 
QuestionRe: GetDC() returning NULL handle in MFC Pin
Hamid_RT20-Sep-07 4:14
Hamid_RT20-Sep-07 4:14 
AnswerRe: GetDC() returning NULL handle in MFC Pin
Mark Salsbery20-Sep-07 6:22
Mark Salsbery20-Sep-07 6:22 
AnswerRe: GetDC() returning NULL handle in MFC Pin
nbugalia20-Sep-07 6:41
nbugalia20-Sep-07 6:41 
QuestionCustomdrawn CListCtrl Pin
josip cagalj20-Sep-07 3:09
josip cagalj20-Sep-07 3:09 
AnswerRe: Customdrawn CListCtrl Pin
Nelek20-Sep-07 4:16
protectorNelek20-Sep-07 4:16 
Questionwhy CArray::GetSize() returns INT_PTR Pin
Raj Prathap20-Sep-07 3:01
Raj Prathap20-Sep-07 3:01 
AnswerRe: why CArray::GetSize() returns INT_PTR Pin
Nemanja Trifunovic20-Sep-07 3:54
Nemanja Trifunovic20-Sep-07 3:54 
AnswerRe: why CArray::GetSize() returns INT_PTR Pin
jhwurmbach20-Sep-07 3:56
jhwurmbach20-Sep-07 3:56 

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.