Click here to Skip to main content
15,907,687 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Background color: dialog box vs. property page Pin
Richard Andrew x649-Mar-12 5:50
professionalRichard Andrew x649-Mar-12 5:50 
GeneralRe: Background color: dialog box vs. property page Pin
David Crow9-Mar-12 6:00
David Crow9-Mar-12 6:00 
AnswerRe: Background color: dialog box vs. property page Pin
Richard MacCutchan9-Mar-12 20:55
mveRichard MacCutchan9-Mar-12 20:55 
GeneralRe: Background color: dialog box vs. property page Pin
David Crow11-Mar-12 11:13
David Crow11-Mar-12 11:13 
GeneralRe: Background color: dialog box vs. property page Pin
Richard MacCutchan11-Mar-12 22:23
mveRichard MacCutchan11-Mar-12 22:23 
AnswerRe: Background color: dialog box vs. property page Pin
Randor 10-Mar-12 3:27
professional Randor 10-Mar-12 3:27 
QuestionStrange "resource editor" issue Pin
David Crow8-Mar-12 10:13
David Crow8-Mar-12 10:13 
AnswerRe: Strange "resource editor" issue Pin
Maximilien8-Mar-12 10:33
Maximilien8-Mar-12 10:33 
I've never seen that.

(in the resource editor)
Is it possible that it gets "glued" to some guidelines ?

Check in notepad if there's a "GUIDELINES" section in the resource file, and remove all the section.

for example :

C++
/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
//

#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO
BEGIN
    IDD_ABOUTBOX, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 163
        TOPMARGIN, 7
        BOTTOMMARGIN, 55
    END

    IDD_TEST_DIALOG, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 313
        VERTGUIDE, 40
        VERTGUIDE, 84
        VERTGUIDE, 226
        VERTGUIDE, 258
        TOPMARGIN, 7
        BOTTOMMARGIN, 193
    END
END
#endif    // APSTUDIO_INVOKED

Watched code never compiles.

GeneralRe: Strange "resource editor" issue Pin
David Crow8-Mar-12 10:58
David Crow8-Mar-12 10:58 
AnswerRe: Strange "resource editor" issue Pin
Richard MacCutchan8-Mar-12 21:27
mveRichard MacCutchan8-Mar-12 21:27 
GeneralRe: Strange "resource editor" issue Pin
David Crow9-Mar-12 2:29
David Crow9-Mar-12 2:29 
GeneralRe: Strange "resource editor" issue Pin
Maximilien9-Mar-12 2:47
Maximilien9-Mar-12 2:47 
GeneralRe: Strange "resource editor" issue Pin
Randor 9-Mar-12 3:15
professional Randor 9-Mar-12 3:15 
GeneralRe: Strange "resource editor" issue Pin
David Crow9-Mar-12 3:26
David Crow9-Mar-12 3:26 
GeneralRe: Strange "resource editor" issue Pin
Randor 9-Mar-12 9:34
professional Randor 9-Mar-12 9:34 
GeneralRe: Strange "resource editor" issue Pin
David Crow9-Mar-12 10:01
David Crow9-Mar-12 10:01 
GeneralRe: Strange "resource editor" issue Pin
Randor 9-Mar-12 10:42
professional Randor 9-Mar-12 10:42 
GeneralRe: Strange "resource editor" issue Pin
David Crow9-Mar-12 11:58
David Crow9-Mar-12 11:58 
GeneralRe: Strange "resource editor" issue Pin
Randor 9-Mar-12 13:47
professional Randor 9-Mar-12 13:47 
GeneralRe: Strange "resource editor" issue Pin
Jochen Arndt8-Mar-12 22:53
professionalJochen Arndt8-Mar-12 22:53 
QuestionSocket (client) crashes program one one computer when the other computer (server) powers down - Strange Pin
Stan the man8-Mar-12 4:50
Stan the man8-Mar-12 4:50 
AnswerRe: Socket (client) crashes program one one computer when the other computer (server) powers down - Strange Pin
Richard MacCutchan8-Mar-12 5:10
mveRichard MacCutchan8-Mar-12 5:10 
AnswerRe: Socket (client) crashes program one one computer when the other computer (server) powers down - Strange Pin
CPallini9-Mar-12 2:26
mveCPallini9-Mar-12 2:26 
AnswerRe: Socket (client) crashes program one one computer when the other computer (server) powers down - Strange Pin
jschell9-Mar-12 4:49
jschell9-Mar-12 4:49 
AnswerRe: Socket (client) crashes program one one computer when the other computer (server) powers down - Strange Pin
Albert Holguin9-Mar-12 5:11
professionalAlbert Holguin9-Mar-12 5:11 

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.