Click here to Skip to main content
15,797,608 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Debug Assertion in Release wrong version of MFC Shared DLL Pin
Jochen Arndt25-Aug-17 4:08
professionalJochen Arndt25-Aug-17 4:08 
QuestionCreating Custom Controls in MFC Pin
Bram van Kampen23-Aug-17 15:01
Bram van Kampen23-Aug-17 15:01 
AnswerRe: Creating Custom Controls in MFC Pin
Rick York23-Aug-17 16:53
mveRick York23-Aug-17 16:53 
AnswerRe: Creating Custom Controls in MFC Pin
Richard MacCutchan23-Aug-17 22:11
mveRichard MacCutchan23-Aug-17 22:11 
AnswerRe: Creating Custom Controls in MFC Pin
Jochen Arndt23-Aug-17 22:47
professionalJochen Arndt23-Aug-17 22:47 
QuestionMFC - painting on a secondary modeless dialog with OnPaint() Pin
Bonobo818-Aug-17 4:52
Bonobo818-Aug-17 4:52 
QuestionRe: MFC - painting on a secondary modeless dialog with OnPaint() Pin
Jochen Arndt18-Aug-17 5:13
professionalJochen Arndt18-Aug-17 5:13 
AnswerRe: MFC - painting on a secondary modeless dialog with OnPaint() Pin
Bonobo818-Aug-17 5:31
Bonobo818-Aug-17 5:31 
Thanks for your reply!

Actually the painting is triggered using the OnTimer() function as follows:

void CLMS511_interfaceDlg::OnTimer(UINT_PTR nIDEvent)
{

	// TODO: Add your message handler code here and/or call default

	if (nIDEvent == 100)
	{
		DrawData(); 
	}


	CDialog::OnTimer(nIDEvent);

}


I've done the same in the secondary dialog but it didn't change anything.. :/
GeneralRe: MFC - painting on a secondary modeless dialog with OnPaint() Pin
Jochen Arndt18-Aug-17 6:05
professionalJochen Arndt18-Aug-17 6:05 
QuestionRe: MFC - painting on a secondary modeless dialog with OnPaint() Pin
Richard MacCutchan18-Aug-17 5:35
mveRichard MacCutchan18-Aug-17 5:35 
AnswerRe: MFC - painting on a secondary modeless dialog with OnPaint() Pin
Bonobo818-Aug-17 5:41
Bonobo818-Aug-17 5:41 
GeneralRe: MFC - painting on a secondary modeless dialog with OnPaint() Pin
Richard MacCutchan18-Aug-17 7:07
mveRichard MacCutchan18-Aug-17 7:07 
QuestionError in CodeProject article "Calculating a Rich Edit Control Minimum Size" Pin
ForNow15-Aug-17 3:27
ForNow15-Aug-17 3:27 
SuggestionRe: Error in CodeProject article "Calculating a Rich Edit Control Minimum Size" Pin
Richard Deeming15-Aug-17 3:53
mveRichard Deeming15-Aug-17 3:53 
AnswerRe: Error in CodeProject article "Calculating a Rich Edit Control Minimum Size" Pin
Jochen Arndt15-Aug-17 4:05
professionalJochen Arndt15-Aug-17 4:05 
GeneralRe: Error in CodeProject article "Calculating a Rich Edit Control Minimum Size" Pin
ForNow15-Aug-17 4:14
ForNow15-Aug-17 4:14 
Questionfunction soft thresholding Pin
saidinsan00000000013-Aug-17 4:13
saidinsan00000000013-Aug-17 4:13 
AnswerRe: function soft thresholding Pin
Victor Nijegorodov13-Aug-17 8:00
Victor Nijegorodov13-Aug-17 8:00 
GeneralRe: function soft thresholding Pin
David Crow14-Aug-17 5:07
David Crow14-Aug-17 5:07 
QuestionC function call question. Pin
samzcs11-Aug-17 4:18
samzcs11-Aug-17 4:18 
AnswerRe: C function call question. Pin
Chris Losinger11-Aug-17 4:36
professionalChris Losinger11-Aug-17 4:36 
GeneralRe: C function call question. Pin
samzcs11-Aug-17 4:50
samzcs11-Aug-17 4:50 
GeneralRe: C function call question. Pin
Chris Losinger11-Aug-17 4:52
professionalChris Losinger11-Aug-17 4:52 
GeneralRe: C function call question. Pin
samzcs11-Aug-17 5:22
samzcs11-Aug-17 5:22 
GeneralRe: C function call question. Pin
«_Superman_»14-Aug-17 16:50
professional«_Superman_»14-Aug-17 16:50 

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.