Subj : Re: Menu not assigned To : borland.public.cpp.borlandcpp From : Stefan Schumann Date : Thu Apr 01 2004 03:17 pm Gerhard Wolfstieg schrieb: > Stefan Schumann wrote: > >> I try to assign a menu to a window, it compiles, it runs but the menu is >> not assigned. > Did you notice that > frame->AssignMenu("BrainDraw"); > and > frame->AssignMenu("BRAINDRAW"); > are not the same? Yes, I did, I tried but both doesn't work, note that also in the Example the application name is BitmapView, they assign it this way frame->AssignMenu(Name) and the menu's name is BITMAPVIEW. Oh, maybe there is a ressource compiler problem. The Icon is not used as well and I don't have a braindraw.res file in my folder. .