I commented out LoadStdProfileSettings() and still get the extra lines added to the menu.
>-----Original Message----- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] Behalf Of prosen >Sent: Monday, November 29, 2004 3:57 PM >To: [EMAIL PROTECTED] >Subject: RE: [msvc] extra menu lines > > >Are you calling LoadStdProfileSettings()? It gets added by the >MFC Wizard, I >think. > >> -----Original Message----- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On Behalf Of Palmer, Jean L. >> Sent: Monday, November 29, 2004 3:24 PM >> To: [EMAIL PROTECTED] >> Subject: [msvc] extra menu lines >> >> >> VC++ 6.0 >> Win NT and 2K >> >> I have a couple of extra lines showing up in one of my menus >> and I can't figure out how to get rid of them. They do not >> show up in the VC++ resource editor; they only show up in the >> compiled version of the application. They aren't in the text >> in the .rc file, either. >> >> The extra lines appear at the bottom of one drop-down menu like this: >> ------------------------ // (extra separator) >> 1 >> (ck) 2 >> >> (There is a checkmark in front of the '2') >> It is something like a most recently used file list. But >> there are no file names listed. Nothing after the '1' or '2'. >> >> Does anyone know what I need to do to get rid of them? The >> menu resource name is IDR_MAINFRAME which might have >> something to do with the MRU-style. _______________________________________________ msvc mailing list [EMAIL PROTECTED] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
