How to get the right ApplicationBar Icons in DatePicker in Windows Phone ?

If you noticed the DatePicker control when it is run , you might see the Missing Icons in the ApplicationBar when selecting the Date .

How to get the right ApplicationBar Icons in DatePicker in Windows Phone ?

You can add the icons by following the below steps

1. You should add the OK / Cancel Icon by adding the icons in your project with the folder named “Toolkit.Content” and mark the action as “Content”.

You can find the Icons in the following path

C:Program Files (x86)Microsoft SDKsWindows Phonev7.1ToolkitAug11BinIcons

The Icons Name should be ApplicationBar.Cancel.png and ApplicationBar.Check.png

2. Now run the Windows Phone App and tap the Textbox , you should see the OK and cancel Icon …

 

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

In this post, you’ll learn about the Win32 Error “0x000019E5 – ERROR_COULD_NOT_RESIZE_LOG” that you get when debugging system erors in...
In this post, you’ll learn about the error “CO_E_DBERROR 0x8004E02B” that is returned when working with COM based APIs or...
In this post, you’ll learn about the Win32 Error “0x000019D0 – ERROR_LOG_BLOCK_VERSION” that you get when debugging system erors in...