Click here to Skip to main content
16,006,883 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: List View Pin
valikac21-Jul-02 8:26
valikac21-Jul-02 8:26 
GeneralRe: List View Pin
Peter Liddle21-Jul-02 8:42
Peter Liddle21-Jul-02 8:42 
GeneralRe: List View Pin
loket21-Jul-02 9:57
loket21-Jul-02 9:57 
GeneralRe: List View Pin
Nish Nishant21-Jul-02 15:44
sitebuilderNish Nishant21-Jul-02 15:44 
GeneralRe: List View Pin
Chris Losinger21-Jul-02 17:32
professionalChris Losinger21-Jul-02 17:32 
Generaldisabling menus Pin
SilentWarrior21-Jul-02 7:32
SilentWarrior21-Jul-02 7:32 
GeneralRe: disabling menus Pin
Brian Delahunty21-Jul-02 9:17
Brian Delahunty21-Jul-02 9:17 
GeneralRe: disabling menus Pin
Brian Delahunty21-Jul-02 9:22
Brian Delahunty21-Jul-02 9:22 
Just try using AppendMenu [Click Here for the MSDN explanation.]

Just use the MF_DISABLED flag to disable what you need.

Something like this:
pMenu->AppendMenu(MF_STRING | MF_DISABLED, 0, "Insert");



"When a friend hurts us, we should write it down in the sand, where the winds of forgiveness get in charge of erasing it away, and when something great happens, we should engrave it in the stone of the memory of the heart, where no wind can erase it" Nish on life [methinks]

"It's The Soapbox; topics are optional" Shog 9
Generalpassing COM into another COM Pin
Anonymous21-Jul-02 6:57
Anonymous21-Jul-02 6:57 
GeneralRe: passing COM into another COM Pin
Dudi Avramov22-Jul-02 1:23
Dudi Avramov22-Jul-02 1:23 
Generalsimplest syntax, u must know, welcome! Pin
includeh1021-Jul-02 5:43
includeh1021-Jul-02 5:43 
GeneralRe: simplest syntax, u must know, welcome! Pin
loket21-Jul-02 7:05
loket21-Jul-02 7:05 
GeneralRe: simplest syntax, u must know, welcome! Pin
Michael Dunn21-Jul-02 7:50
sitebuilderMichael Dunn21-Jul-02 7:50 
GeneralRe: simplest syntax, u must know, welcome! Pin
benjymous22-Jul-02 0:43
benjymous22-Jul-02 0:43 
QuestionHow to select the point? Pin
chen21-Jul-02 5:41
chen21-Jul-02 5:41 
AnswerRe: How to select the point? Pin
567890123421-Jul-02 23:30
567890123421-Jul-02 23:30 
Questiondrag ang drop menu items, is it possible? Pin
includeh1021-Jul-02 4:49
includeh1021-Jul-02 4:49 
Questiondrag and drop pictures from dialog to dialog? Pin
includeh1021-Jul-02 4:41
includeh1021-Jul-02 4:41 
Questionbitmap: how to create from buffer? Pin
includeh1021-Jul-02 4:23
includeh1021-Jul-02 4:23 
AnswerRe: bitmap: how to create from buffer? Pin
Chris Losinger21-Jul-02 7:39
professionalChris Losinger21-Jul-02 7:39 
QuestionIs there any way of printing with or onto a pdf file? Pin
DanYELL21-Jul-02 4:23
DanYELL21-Jul-02 4:23 
GeneralPassing WM_PAINT to dll from EXE Pin
Chris Klecker21-Jul-02 4:14
Chris Klecker21-Jul-02 4:14 
GeneralRe: Passing WM_PAINT to dll from EXE Pin
Paul M Watt22-Jul-02 6:42
mentorPaul M Watt22-Jul-02 6:42 
GeneralPassing String from COM to VB Client Pin
Anonymous21-Jul-02 2:39
Anonymous21-Jul-02 2:39 
GeneralRe: Passing String from COM to VB Client Pin
Dudi Avramov21-Jul-02 3:32
Dudi Avramov21-Jul-02 3:32 

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.