Windows 7 Training Kit for Developers now available
- Posted: Aug 07, 2009 at 11:25 AM
- 56,431 Views
- 3 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?
Sweeeeeeet
veamos...
For Native Ribbon. I added global HWND hWnd; // In RibbonApp.cpp
Plus
MessageBox(hWnd, L"Clicked on My Button!", L"My Button Execute", MB_OK | MB_APPLMODAL);
(i.e. hWnd instead of NULL and see the | MB_APPLMODAL so you HAVE to click the messagebox.
And in Ribbon.cpp
extern HWND hWnd;
So that clicking Ribbon button twice (or more) does NOT give EXCEPTION when *exiting* sample.
Hope that helps anyone doing the Ribbon. (i.e. clicking more than once to get the MessageBox.
Remove this comment
Remove this thread
close