Click here to Skip to main content
16,008,183 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help Using CMemDC and its derivatives... Pin
Tim Deveaux25-Sep-01 14:28
Tim Deveaux25-Sep-01 14:28 
GeneralRe: Help Using CMemDC and its derivatives... Pin
26-Sep-01 8:25
suss26-Sep-01 8:25 
GeneralCString question Pin
RobJones24-Sep-01 7:33
RobJones24-Sep-01 7:33 
GeneralRe: CString question Pin
Michael Dunn24-Sep-01 8:17
sitebuilderMichael Dunn24-Sep-01 8:17 
GeneralRe: Uu-Ha! Pin
Masaaki Onishi24-Sep-01 8:35
Masaaki Onishi24-Sep-01 8:35 
GeneralRe: Uu-Ha! Pin
RobJones24-Sep-01 9:49
RobJones24-Sep-01 9:49 
GeneralRe: Uu-Ha! Pin
RobJones24-Sep-01 10:00
RobJones24-Sep-01 10:00 
GeneralRe: CString question Pin
Oscar Vazquez24-Sep-01 10:08
Oscar Vazquez24-Sep-01 10:08 
Please, check your DoDataExchange() function,
It may look like this

void CDlgStatic::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CDlgStatic)
DDX_Text(pDX, IDC_STATIC_1, m_Static);
...........
//}}AFX_DATA_MAP
}

In general, there is no need to repaint the control.
GeneralRe: CString question Pin
RobJones25-Sep-01 10:11
RobJones25-Sep-01 10:11 
GeneralRe: CString question Pin
24-Sep-01 21:06
suss24-Sep-01 21:06 
GeneralFont for minimize and maximize buttons Pin
24-Sep-01 7:17
suss24-Sep-01 7:17 
GeneralRe: Font for minimize and maximize buttons Pin
Tomasz Sowinski24-Sep-01 7:34
Tomasz Sowinski24-Sep-01 7:34 
GeneralCOM components using VB or ATL Pin
Ganesh Ramaswamy24-Sep-01 6:38
Ganesh Ramaswamy24-Sep-01 6:38 
GeneralRe: COM components using VB or ATL Pin
Christian Graus24-Sep-01 13:09
protectorChristian Graus24-Sep-01 13:09 
GeneralRe: COM components using VB or ATL Pin
Michael P Butler24-Sep-01 22:18
Michael P Butler24-Sep-01 22:18 
Questionprinting a rectangle with brush? Pin
Eugene Pustovoyt24-Sep-01 5:26
Eugene Pustovoyt24-Sep-01 5:26 
AnswerRe: printing a rectangle with brush? Pin
Christian Graus24-Sep-01 12:56
protectorChristian Graus24-Sep-01 12:56 
Questiontemplate & IMPLEMENT_SERIAL ?? Pin
goupil24-Sep-01 5:16
goupil24-Sep-01 5:16 
AnswerRe: template & IMPLEMENT_SERIAL ?? Pin
Tomasz Sowinski24-Sep-01 6:24
Tomasz Sowinski24-Sep-01 6:24 
GeneralThanx you Pin
goupil24-Sep-01 6:41
goupil24-Sep-01 6:41 
Generalpropsheet in splitter Pin
Peter Molnar24-Sep-01 4:59
Peter Molnar24-Sep-01 4:59 
GeneralRe: propsheet in splitter Pin
Paolo Messina25-Sep-01 0:14
professionalPaolo Messina25-Sep-01 0:14 
Generalneed help concerning link.exe Pin
Belarophon24-Sep-01 4:55
Belarophon24-Sep-01 4:55 
GeneralDisplaying Bitmaps for Printing Pin
Chris Klecker24-Sep-01 4:14
Chris Klecker24-Sep-01 4:14 
GeneralRe: Displaying Bitmaps for Printing Pin
Oscar Vazquez24-Sep-01 6:24
Oscar Vazquez24-Sep-01 6:24 

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.