Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9078529
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T19:38:44+00:00 2026-06-16T19:38:44+00:00

according to this MSDN article , there should be an Application Bar template in

  • 0

according to this MSDN article, there should be an Application Bar template in every generated Xaml File for Windows Phone Projects:

Locate the sample Application Bar element, which is added to your page by default. It looks like the following.

I’ve created a new empty Windows Phone 8 project in Visual Studio 2012 and I’m missing the App Bar template which was visible when I developed for Windows Phone 7. Is this only deactivated or do I need to copy and paste the code snippet for the creation of an App Bar when I’m developing Windows Phone 8 projects?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T19:38:46+00:00Added an answer on June 16, 2026 at 7:38 pm

    I’ve found no other solution than to copy and paste the XAML code into my WP8 projects like this (code taken from this page):

    <phone:PhoneApplicationPage.ApplicationBar>
    <shell:ApplicationBar Opacity="1" IsVisible="True" IsMenuEnabled="True">
                <shell:ApplicationBar.Buttons>
                   <shell:ApplicationBarIconButton IconUri="/Images/appbar.add.rest.png"
    Text="add">
                   </shell:ApplicationBarIconButton>          
    
    
    <shell:ApplicationBarIconButton IconUri="/Images/appbar.save.rest.png"
    Text="save">
                   </shell:ApplicationBarIconButton>
                   <shell:ApplicationBarIconButton IconUri="/Images/appbar.delete.rest.png"
    Text="delete">
                   </shell:ApplicationBarIconButton>
                </shell:ApplicationBar.Buttons>
                <shell:ApplicationBar.MenuItems>
                    <shell:ApplicationBarMenuItem Text="Menu Item 1" IsEnabled="True">
                    </shell:ApplicationBarMenuItem>
                    <shell:ApplicationBarMenuItem Text="Menu Item 2" IsEnabled="True">
                    </shell:ApplicationBarMenuItem>
                </shell:ApplicationBar.MenuItems>
            </shell:ApplicationBar>
    </phone:PhoneApplicationPage.ApplicationBar>    
    

    Microsoft encourages users to use the localizable ApplicationBar instead it seems.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

According to this MSDN article , you should not catch general exceptions. I'm sure
According to this article from msdn ( http://msdn.microsoft.com/en-us/library/windows/desktop/ms740496(v=vs.85).aspx ) the struct varies depending on
According to this article, http://msdn.microsoft.com/en-us/library/ms177197.aspx on MSDN, we should release the unmanaged resources in
According to this MSDN article about medium trust , under medium-trust: FileIOPermission is restricted.
I implement this function : GetSystemPowerStatusEx & GetSystemPowerStatusEx2 according to this article on MSDN
According to this msdn article one of the sources for InitialDirectory property used in
According to this MSDN article : The optional time zone indicator, Z, is used
According this MSDN article HttpApplication .EndRequest can be used to close or dispose of
According this article , generic JPA DAO(Data Access Object) is a pretty nice pattern.
I have made a custom suface button according this example: <Button> <Button.Template> <ControlTemplate TargetType=Button>

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.