Click here to Skip to main content
15,892,927 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to update a exe icon from within Pin
LiquidKnight19-Feb-03 6:45
LiquidKnight19-Feb-03 6:45 
GeneralRe: How to update a exe icon from within Pin
The Lady of Shallots19-Feb-03 6:59
The Lady of Shallots19-Feb-03 6:59 
GeneralRe: How to update a exe icon from within Pin
LiquidKnight19-Feb-03 11:39
LiquidKnight19-Feb-03 11:39 
GeneralRe: How to update a exe icon from within Pin
The Lady of Shallots21-Feb-03 9:20
The Lady of Shallots21-Feb-03 9:20 
Generalodd cmenu behavior Pin
ns19-Feb-03 5:37
ns19-Feb-03 5:37 
Generaloops..added info Pin
ns19-Feb-03 5:40
ns19-Feb-03 5:40 
GeneralRe: oops..added info Pin
ns19-Feb-03 5:45
ns19-Feb-03 5:45 
GeneralRe: odd cmenu behavior Pin
Roger Allen19-Feb-03 5:45
Roger Allen19-Feb-03 5:45 
this may not be 100% correct.

You need to call Detach() of pFLyOutMenu before the delete call as when you call append the HMENU handle is then owned by the other menu. The destructor of CMenu calls DestroyMenu() on the HMENU thus you end up with a CMenu which has partially invalid data in it.


Roger Allen
Sonork 100.10016

Were you different as a kid? Did you ever say "Ooohhh, shiny red" even once? - Paul Watson 11-February-2003
GeneralRe: odd cmenu behavior Pin
ns19-Feb-03 5:56
ns19-Feb-03 5:56 
Questionhow can i change main tool bar button state ? Pin
muna_utkal19-Feb-03 4:52
muna_utkal19-Feb-03 4:52 
AnswerRe: how can i change main tool bar button state ? Pin
Roger Allen19-Feb-03 5:21
Roger Allen19-Feb-03 5:21 
AnswerRe: how can i change main tool bar button state ? Pin
Iain Clarke, Warrior Programmer19-Feb-03 5:24
Iain Clarke, Warrior Programmer19-Feb-03 5:24 
GeneralRe: how can i change main tool bar button state ? Pin
Roger Allen19-Feb-03 5:28
Roger Allen19-Feb-03 5:28 
GeneralRe: how can i change main tool bar button state ? Pin
Iain Clarke, Warrior Programmer19-Feb-03 5:39
Iain Clarke, Warrior Programmer19-Feb-03 5:39 
GeneralRe: how can i change main tool bar button state ? Pin
Roger Allen19-Feb-03 6:00
Roger Allen19-Feb-03 6:00 
QuestionHow can i set different cursors of a view ? Pin
muna_utkal19-Feb-03 4:45
muna_utkal19-Feb-03 4:45 
AnswerRe: How can i set different cursors of a view ? Pin
Roger Allen19-Feb-03 5:18
Roger Allen19-Feb-03 5:18 
AnswerRe: How can i set different cursors of a view ? Pin
Iain Clarke, Warrior Programmer19-Feb-03 5:19
Iain Clarke, Warrior Programmer19-Feb-03 5:19 
GeneralWNetAddConnection2 Pin
Nic Oughton19-Feb-03 4:38
professionalNic Oughton19-Feb-03 4:38 
GeneralRe: WNetAddConnection2 Pin
Daniel Lohmann22-Feb-03 0:32
Daniel Lohmann22-Feb-03 0:32 
QuestionEnable Printing? Pin
Jon Hulatt19-Feb-03 4:37
Jon Hulatt19-Feb-03 4:37 
AnswerRe: Enable Printing? Pin
Roger Allen19-Feb-03 5:26
Roger Allen19-Feb-03 5:26 
GeneralRe: Enable Printing? Pin
Jon Hulatt19-Feb-03 6:38
Jon Hulatt19-Feb-03 6:38 
QuestionHow Can i change keydown event inside edit box? Pin
muna_utkal19-Feb-03 4:35
muna_utkal19-Feb-03 4:35 
AnswerRe: How Can i change keydown event inside edit box? Pin
adamUK19-Feb-03 9:04
adamUK19-Feb-03 9:04 

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.