locked
Toast, Flyouts, Message dialogs, Context Menus with a little help of my friends RRS feed

  • Question

  • http://msdn.microsoft.com/enus/library/windows/apps/hh465304(v=vs.85).aspx
    Hello World!
    Someone please can u write a little sample code using HTML/Javascript for this GUI Elements 
    Context menu
    Toast
    Message Dialogs
    Flyouts
    I have found this elements of the GUI apps Metro Style in this article
    But the toolbox in VS11 is empty
    Thanks in advance
    Luigi
    http://msdn.microsoft.com/enus/library/windows/apps/hh465304(v=vs.85).aspx
    Tuesday, October 11, 2011 12:03 AM

All replies

  • http://msdn.microsoft.com/enus/library/windows/apps/hh465304(v=vs.85).aspx
    Hello World!
    Someone please can u write a little sample code using HTML/Javascript for this GUI Elements 
    Context menu
    Toast
    Message Dialogs
    Flyouts
    I have found this elements of the GUI apps Metro Style in this article
    But the toolbox in VS11 is empty
    Thanks in advance
    Luigi
    http://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).aspx
    Hello World!
    Someone please can u write a little sample code using C# or better VB.net for this GUI Elements 
    Context menu
    Toast
    Message Dialogs
    Flyouts
    Charms Bar
    I have found this elements of the GUI apps Metro Style in this article
    Thanks in advance
    Luigi
    http://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

    Tuesday, October 11, 2011 12:45 AM
    Moderator
  • 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