Asked by:
Toast, Flyouts, Message dialogs, Context Menus with a little help of my friends

Question
-
http://msdn.microsoft.com/enus/library/windows/apps/hh465304(v=vs.85).aspxHello World!Someone please can u write a little sample code using HTML/Javascript for this GUI ElementsContext menuToastMessage DialogsFlyoutsI have found this elements of the GUI apps Metro Style in this articleBut the toolbox in VS11 is emptyThanks in advanceLuigihttp://msdn.microsoft.com/enus/library/windows/apps/hh465304(v=vs.85).aspxTuesday, October 11, 2011 12:03 AM
All replies
-
http://msdn.microsoft.com/enus/library/windows/apps/hh465304(v=vs.85).aspxHello World!Someone please can u write a little sample code using HTML/Javascript for this GUI ElementsContext menuToastMessage DialogsFlyoutsI have found this elements of the GUI apps Metro Style in this articleBut the toolbox in VS11 is emptyThanks in advanceLuigihttp://msdn.microsoft.com/enus/library/windows/apps/hh465304(v=vs.85).aspx
- Merged by Jie Bao Tuesday, October 11, 2011 5:40 AM duplicate
Tuesday, October 11, 2011 12:11 AM -
http://msdn.microsoft.com/enus/library/windows/apps/hh465304(v=vs.85).aspxHello World!Someone please can u write a little sample code using C# or better VB.net for this GUI ElementsContext menuToastMessage DialogsFlyoutsCharms BarI have found this elements of the GUI apps Metro Style in this articleThanks in advanceLuigihttp://msdn.microsoft.com/enus/library/windows/apps/hh465304(v=vs.85).aspx
- Edited by webmasterpiece Tuesday, October 11, 2011 12:24 AM
- Merged by Jie Bao Tuesday, October 11, 2011 5:40 AM duplicate
Tuesday, October 11, 2011 12:18 AM -
You can find most of these samples in the Metro style app samples at http://code.msdn.microsoft.com/windowsapps , although I think there are only C# versions of these and not VB.
Context menu: http://code.msdn.microsoft.com/windowsapps/Context-menu-sample-40840351
Basic Toasts: http://code.msdn.microsoft.com/windowsapps/Basic-Toasts-Sample-18f46c14
Advanced Toasts: http://code.msdn.microsoft.com/windowsapps/Advanced-Toasts-Sample-749306df
MessageDialog: http://code.msdn.microsoft.com/windowsapps/MessageDialog-sample-243ce23e
There isn't currently a Xaml Flyout control, so there is no sample demonstrating how to use it. The Charms bar doesn't have any direct programmatic access. The individual charms can be hooked into via appropriate contracts (Search, Sharing, Playto, Settings). You can type the name of the item you're interested in into the search box on the samples page to find samples on the topics you're interested in.
--Rob
- Proposed as answer by Brendan DohmMicrosoft employee Wednesday, October 12, 2011 7:47 PM
Tuesday, October 11, 2011 12:45 AMModerator -
Thans Rob..
I dont understand Charms bar
May i have a little sample about start Button in a Charms bar using C#
Thanks for your patience with me :)
Luigi
Tuesday, October 11, 2011 3:01 PM -
You can't add your own buttons to the charms bar, if that is what you are asking.
Tim Heuer | Program Manager, XAML | http://timheuer.com/blog | @timheuer
(if my post has answered your question, please consider using the 'mark as answer' feature in the forums to help others)Tuesday, October 11, 2011 5:33 PM