Subj : Re: Menu not assigned To : borland.public.cpp.borlandcpp From : Jeff Kish Date : Thu Apr 01 2004 08:11 am On Thu, 01 Apr 2004 13:35:47 +0200, Gerhard Wolfstieg wrote: >Stefan Schumann wrote: > >> I try to assign a menu to a window, it compiles, it runs but the menu is >> not assigned. >> >> >> static const char AppName[] = "BrainDraw"; //Name Definition >> >> frame->AssignMenu(Name); >> >> >> BRAINDRAW MENU >> { > >Did you notice that > frame->AssignMenu("BrainDraw"); >and > frame->AssignMenu("BRAINDRAW"); >are not the same? > > gw Oh my goodness, is that sucker case sensitive?! Jeff Kish .