Controls of appbar in windows 8 - windows-8

I am doing a windows 8 app project and I want to place an app bar for my app and i want to place buttons like zoom in and zoom out in my app bar how should code for those buttons??

Related

Resize Win-Universal App whilst running another App

I am designing a front end for home automation.
I have 6 buttons on the front screen, each launching another application.
When a button is clicked I want my app to be say a 100px bar across the top of the screen (and reduce the available screen size reported to the launched app) and be always on top. The 100px bar will simply display a home and or back button so the main application can take focus again.
How can I accomplish this?

How to change Windows Phone media player loading progress bar color

I am working on a WP app and using media player from MS Player framework. I want to customize the progress bar comes before playing video. I generated template xaml for it, but there is no such progress bar.

How to implement ReaderPageViewer in Windows Phone 8 C#

How to implement ReaderPageViewer in Windows Phone 8 C#......
Hi,
We are working on windows phone8 reader application.We are stuck in our reader page.Because we have a magazine with 60 pages,each page should fit on the screen in a panorama control.And it should support pinch zoom on each item.
We can fit the panorama page in a full screen,when we use panoramaitem template with orientation horizontal.Otherwise it does not support full screen and we need to block last to first navigation.
Is it possible to do any other pageviewer mechanism in windowsphone 8 other than pivot and panorama control?

Application bar | Windows phone 7

Is it possible to show application bar in windows phone 7 or higher at the top of application rather than at the bottom and also customizing the application bar. i-e.
Icon1 Icon2 Some text Icon3 Icon4.
No. The application bar supports very little customization.
The only things you cna customize are the number of buttons (up to 4) and the color of the bar.
It is not possible to customize the position of the bar or combine icons and text.

how to get appbar in windows 8 metro applications using visual studio 2012?

I am developing a metro application using visual studio 2012. I am trying to get an AppBar in my metro application. How do I do that?
There are a LOT of samples in the MSDN Dev Center, http://code.msdn.microsoft.com/en-us/windowsapps. One of them is specifically an AppBar sample, and the description reads:
This sample demonstrates how to use the AppBar control to present
navigation, commands, and tools to users.
The app bar is hidden by default and appears when users swipe a finger
from the top or bottom edge of the screen. It covers the content of
the app and can be dismissed by the user with an edge swipe, or by
interacting with the app. This sample shows how to add an app bar,
customize the app bar, and control the app bar. Also, it shows how to
use sticky app bars and global app bars.
I think this will get you started.