Click here to Skip to main content
15,897,273 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: A couple of questions... Pin
0v3rloader28-Jul-04 0:50
0v3rloader28-Jul-04 0:50 
GeneralRe: A couple of questions... Pin
Tomasz Sowinski28-Jul-04 1:00
Tomasz Sowinski28-Jul-04 1:00 
Questionhow make make an image with system colors? Pin
Kamis27-Jul-04 8:37
Kamis27-Jul-04 8:37 
AnswerRe: how make make an image with system colors? Pin
Ryan Binns27-Jul-04 19:07
Ryan Binns27-Jul-04 19:07 
GeneralRe: how make make an image with system colors? Pin
Kamis27-Jul-04 23:18
Kamis27-Jul-04 23:18 
QuestionHow do I create a "floating" dialog box? Pin
shihuik27-Jul-04 6:33
shihuik27-Jul-04 6:33 
AnswerRe: How do I create a "floating" dialog box? Pin
David Crow27-Jul-04 7:55
David Crow27-Jul-04 7:55 
GeneralIDE Bug/Problem Pin
sweep12327-Jul-04 6:14
sweep12327-Jul-04 6:14 
I keep having a problem with the resources in use with my Menu, they keep reverting to numerical values in the .rc file. This results in the Help file not being displayed.
Also the ICON is not displayed either.

Has anyone seen this problem:-

// Menu<br />
//<br />
<br />
IDM_MAINFRAME MENUEX <br />
BEGIN<br />
    POPUP "&File",                          65535,MFT_STRING,MFS_ENABLED<br />
    BEGIN<br />
        MENUITEM "&New Project",                32776,MFT_STRING,MFS_ENABLED<br />
        MENUITEM "&Load Project",               32777,MFT_STRING,MFS_ENABLED<br />
        MENUITEM "&Save Project",               32778,MFT_STRING,MFS_ENABLED<br />
        MENUITEM "Save Project &As ...",        32779,MFT_STRING,MFS_ENABLED<br />
        MENUITEM "Recent Files",                57616,MFT_STRING,MFS_GRAYED<br />
        MENUITEM "E&xit",                       32787,MFT_STRING,MFS_ENABLED<br />
    END<br />
    POPUP "&System",                        65535,MFT_STRING,MFS_ENABLED<br />
    BEGIN<br />
        MENUITEM "Diagnostics",                 32784,MFT_STRING,MFS_ENABLED<br />
    END<br />
    POPUP "S&cripts",                       65535,MFT_STRING,MFS_ENABLED<br />
    BEGIN<br />
        MENUITEM "Run Scripts",                 32786,MFT_STRING,MFS_ENABLED<br />
        MENUITEM "View Logs",                   22,MFT_STRING,MFS_ENABLED<br />
    END<br />
    POPUP "Test GUIs",                      65535,MFT_STRING,MFS_ENABLED<br />
    BEGIN<br />
        MENUITEM "Simulation",                  102,MFT_STRING,MFS_ENABLED<br />
        MENUITEM "STAGE Tracks",                103,MFT_STRING,MFS_ENABLED<br />
        MENUITEM "Generic Setup",             109,MFT_STRING,MFS_ENABLED<br />
        MENUITEM "CD GUI",                    106,MFT_STRING,MFS_ENABLED<br />
        MENUITEM "I5I GUI",                   108,MFT_STRING,MFS_ENABLED<br />
    END<br />
    POPUP "&Recording",                     65535,MFT_STRING,MFS_ENABLED<br />
    BEGIN<br />
        MENUITEM "Record",                      107,MFT_STRING,MFS_ENABLED<br />
        MENUITEM "Reply",                       107,MFT_STRING,MFS_ENABLED<br />
    END<br />
    POPUP "&Help",                          65535,MFT_STRING,MFS_ENABLED<br />
    BEGIN<br />
        MENUITEM "Index",                       57670,	<br />
        MFT_STRING | MFT_RIGHTJUSTIFY,MFS_ENABLED<br />
        MENUITEM "About",                       32788,MFT_STRING,MFS_ENABLED<br />
    END<br />
END


If I replace 57670 with ID_HELP then my Help file is displayed.

I have via the properties box reset them to there correct ICD/ID values, but then revert back. Is this an IDE bug and waht can I do.
GeneralRe: IDE Bug/Problem Pin
David Crow27-Jul-04 8:09
David Crow27-Jul-04 8:09 
GeneralRe: IDE Bug/Problem Pin
sweep12327-Jul-04 22:02
sweep12327-Jul-04 22:02 
GeneralRe: IDE Bug/Problem Pin
David Crow28-Jul-04 3:58
David Crow28-Jul-04 3:58 
GeneralRe: IDE Bug/Problem Pin
sweep12328-Jul-04 6:29
sweep12328-Jul-04 6:29 
Generalcpu performance Pin
hph27-Jul-04 4:59
hph27-Jul-04 4:59 
GeneralRe: cpu performance Pin
David Crow27-Jul-04 8:05
David Crow27-Jul-04 8:05 
GeneralRe: cpu performance Pin
bikram singh27-Jul-04 8:06
bikram singh27-Jul-04 8:06 
GeneralNT: Use Performance Counters Pin
bikram singh27-Jul-04 8:09
bikram singh27-Jul-04 8:09 
QuestionUpper limit of stack size increase..?? Pin
Shiva Prasad27-Jul-04 4:44
Shiva Prasad27-Jul-04 4:44 
GeneralKeeping Window On Top Pin
KingTermite27-Jul-04 3:04
KingTermite27-Jul-04 3:04 
GeneralRe: Keeping Window On Top Pin
David Crow27-Jul-04 4:01
David Crow27-Jul-04 4:01 
GeneralRe: Keeping Window On Top Pin
KingTermite27-Jul-04 8:34
KingTermite27-Jul-04 8:34 
GeneralRe: Keeping Window On Top Pin
David Crow27-Jul-04 8:47
David Crow27-Jul-04 8:47 
GeneralRe: Keeping Window On Top Pin
KingTermite27-Jul-04 10:52
KingTermite27-Jul-04 10:52 
GeneralRe: Keeping Window On Top Pin
David Crow28-Jul-04 3:46
David Crow28-Jul-04 3:46 
GeneralCDialog Help! Pin
Pazzuzu27-Jul-04 1:10
Pazzuzu27-Jul-04 1:10 
GeneralRe: CDialog Help! Pin
Ivan Cachicatari27-Jul-04 4:06
Ivan Cachicatari27-Jul-04 4:06 

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.