Click here to Skip to main content
16,005,120 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Show popup menu not animated? Pin
Roman Fadeyev14-Aug-02 19:39
Roman Fadeyev14-Aug-02 19:39 
GeneralRe: Show popup menu not animated? Pin
Anonymous14-Aug-02 20:45
Anonymous14-Aug-02 20:45 
AnswerRe: Show popup menu not animated? Pin
Anonymous14-Aug-02 19:18
Anonymous14-Aug-02 19:18 
AnswerRe: Show popup menu not animated? Pin
Michael Dunn14-Aug-02 19:43
sitebuilderMichael Dunn14-Aug-02 19:43 
GeneralRe: Show popup menu not animated? Pin
Roman Fadeyev14-Aug-02 19:25
Roman Fadeyev14-Aug-02 19:25 
GeneralRe: Show popup menu not animated? Pin
Anonymous14-Aug-02 19:53
Anonymous14-Aug-02 19:53 
GeneralRe: Show popup menu not animated? Pin
Roman Fadeyev14-Aug-02 19:58
Roman Fadeyev14-Aug-02 19:58 
GeneralRe: Show popup menu not animated? (resume) Pin
Anonymous14-Aug-02 21:09
Anonymous14-Aug-02 21:09 
thx man! Smile | :)

But doesn't work on WinME.
Let me try compiling on XP.... yes, it works there.

#define	TPM_NOANIMATION 16384
pPopupMenu->TrackPopupMenu(TPM_LEFTALIGN | TPM_RIGHTBUTTON | TPM_NOANIMATION, rect.left, rect.top, this);


In which file do you have this definition, I can't even find it on my XP computer? However, I will choose a ownerdraw menu, b/c it works for Win9x/XP. I need to patch some more at class BCMenu (see other post in this thread), but this control looks nice on both Win9x/XP.

thanks for help! I will feedback the author of BCMenu later.
GeneralChange the text of the tooltip Pin
Eugene Pustovoyt14-Aug-02 18:11
Eugene Pustovoyt14-Aug-02 18:11 
GeneralRe: Change the text of the tooltip Pin
Tomasz Sowinski14-Aug-02 23:27
Tomasz Sowinski14-Aug-02 23:27 
GeneralRe: Change the text of the tooltip Pin
Eugene Pustovoyt15-Aug-02 7:42
Eugene Pustovoyt15-Aug-02 7:42 
GeneralRe: Change the text of the tooltip Pin
Tomasz Sowinski15-Aug-02 7:50
Tomasz Sowinski15-Aug-02 7:50 
GeneralRe: Change the text of the tooltip Pin
Eugene Pustovoyt15-Aug-02 18:31
Eugene Pustovoyt15-Aug-02 18:31 
GeneralRe: Change the text of the tooltip Pin
Tomasz Sowinski16-Aug-02 4:55
Tomasz Sowinski16-Aug-02 4:55 
GeneralRe: Change the text of the tooltip Pin
Eugene Pustovoyt16-Aug-02 5:43
Eugene Pustovoyt16-Aug-02 5:43 
Generaleasy for someone... Pin
Shotgun14-Aug-02 15:12
Shotgun14-Aug-02 15:12 
GeneralRe: easy for someone... Pin
Mike Nordell14-Aug-02 16:55
Mike Nordell14-Aug-02 16:55 
GeneralRe: easy for someone... Pin
Shotgun14-Aug-02 17:07
Shotgun14-Aug-02 17:07 
GeneralRe: easy for someone... Pin
Christian Graus14-Aug-02 17:31
protectorChristian Graus14-Aug-02 17:31 
GeneralMenus Pin
Anonymous14-Aug-02 14:48
Anonymous14-Aug-02 14:48 
GeneralRe: Menus Pin
Zipp Ziban14-Aug-02 22:49
sussZipp Ziban14-Aug-02 22:49 
GeneralRe: Menus Pin
Zipp Ziban14-Aug-02 22:49
sussZipp Ziban14-Aug-02 22:49 
GeneralRe: Menus Pin
Anonymous15-Aug-02 14:04
Anonymous15-Aug-02 14:04 
Questionwhy no dot h? Pin
includeh1014-Aug-02 14:33
includeh1014-Aug-02 14:33 
AnswerRe: why no dot h? Pin
Nick Hodapp14-Aug-02 14:36
sitebuilderNick Hodapp14-Aug-02 14:36 

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.