Abundant Code

  • C#
  • C++
  • Elastic Search
  • Entity Framework
  • F#
  • JavaScript
  • ASP.NET
  • C
  • Java
  • SQL Server
  • Assembly Lang
Home ยป wpdev

How to Pass enum as command parameter in Xaml ?

April 29, 2015 by AbundantCode Leave a Comment

Below is a sample code snippet demonstrating how to pass enum as command parameter in Xaml. How to Pass enum as command parameter in Xaml ?

Filed Under: XAML Tagged With: windev, wpdev, WPF, XAML

How to stretch ListBox Items horizontally to full width of the ListBox in Xaml ?

April 27, 2015 by AbundantCode Leave a Comment

If you want the list items to horizontally stretch to full width of the ListBox in Xaml , you can set the HorizontalContentAlignment property to the value as shown below. How to stretch ListBox Items horizontally to full width of the ListBox in Xaml ? Below is a sample code snippet demonstrating the usage of […]

Filed Under: XAML Tagged With: Listbox, tips, tricks, windev, wpdev, WPF, XAML

What is difference between ‘Name’ and ‘x:Name’ in Xaml ?

April 27, 2015 by AbundantCode Leave a Comment

When working with a control in Xaml (WPF/Silverlight/Windows Phone /Windows Store App) , you will notice that for a control , there are 2 options to specify the name for the control . One using “Name” property and other using “x:Name” property. What is difference between ‘Name’ and ‘x:Name’ in Xaml ? Both the properties […]

Filed Under: XAML Tagged With: windev, wpdev, WPF, Xamp

Visual Assets Tab in Package Manifest file

February 24, 2015 by AbundantCode Leave a Comment

The Visual Assets tab in the package manifest file lets the developers set the characteristics of the application’s title , splash screen and the images used within the application for various scenario. You will be able to specify the splash screen for your Windows Phone and Windows Store separately because the dimensions are different for […]

Filed Under: C# Tagged With: Universal App, windev, Windows Phone, wpdev

Application Tab in the Package Manifest file in Universal App

February 23, 2015 by AbundantCode Leave a Comment

The Application tab in the package manifest file in the universal app lets the developers to set some of the application related information like name , description , default language etc. You can even restrict the preferred orientation of your app in this tab by selected one of the below options Landscape Portrait Landscape-flipped Portrait-flipped […]

Filed Under: C# Tagged With: manifest file., Universal App, windev, wpdev

Different Tabs in the Package Manifest file in Universal App

February 23, 2015 by AbundantCode Leave a Comment

The package manifest file in the Windows Store App and Windows Phone app (universal app) lets the developers to describe some of the key information about the application like the name , necessary device capabilities that the app can use and the requirements for the device to install the app etc. The name of the […]

Filed Under: C# Tagged With: How to, tutorial, Universal App, windev, wpdev

How to run the Universal App outside Visual Studio in Windows 10 ?

February 21, 2015 by AbundantCode Leave a Comment

The Windows Store App built using the Universal App template in Visual Studio 2013 produces the .exe file which is available in the bin folder but when you double click on this exe folder , you will get an error message stating that “This application can only run in the context of an app container.” […]

Filed Under: C# Tagged With: How to, tutorials, Universal App, windev, wpdev

How to Change the Start-up Project in Universal App ?

February 20, 2015 by AbundantCode Leave a Comment

When launching the universal app from Microsoft Visual Studio 2013 , you can decide to run either the Windows Phone 8.1 project or Windows Store 8.1 app . How to Change the Start-up Project in Universal App ? To change the start-up project in Universal App when launching the app locally on Windows 8.1 PC […]

Filed Under: C# Tagged With: Universal App, windev, Windows Phone Store, Windows Store App, wpdev

Application States in Windows Phone 8

July 27, 2013 by AbundantCode Leave a Comment

The Windows Phone 8 supports 2 different types of Application states Transient Persistent The transient state is stored at the application level and is discarded when the application is terminated. The developers can utilize the PhoneApplicationService.State and PhoneApplicationPage.State to store the transient state data. The Persistent State is generally saved to the isolated storage and […]

Filed Under: C# Tagged With: Application States, Windows Phone 8, wpdev

Creating a Simple XAML for Windows Phone 8 App

June 17, 2013 by AbundantCode Leave a Comment

In this article, let’s have a look at how to create our first Windows Phone 8 App using the XAML for Windows Phone App template in Visual Studio 2012. Creating a Simple XAML for Windows Phone 8 App To create a XAML for Windows Phone App, follow the below step by step instructions. 1. Launch […]

Filed Under: C# Tagged With: Silverlight, wp8dev, wpdev, XAML

  • 1
  • 2
  • Next Page »
RSS
Facebook
fb-share-icon
Twitter
Visit Us
Follow Me
Tweet

Recent Posts

  • Collapsible links for subcategories in Docusaurus Sidebar
  • Python Program to Print Fibonacci Series
  • Python Program to Generate Multiplication Table
  • Python Program to Find the Factorial of a Number
  • Python Program to Print Prime Numbers in a Given Interval

Categories

Tags

.NET App Array ASP.NET ASP.NET MVC Assembly Language C# C# programs c lab programs Collection convert C program csharp database Example F# guide How to How to in Java integer Java Javascript Lab programs Lambda LINQ List Python lab programs Python programs SIC/XE SQL Server string tips tricks tutorial tutorials UWP visual studio 2015 Windows Windows 8 Windows 10 Windows Phone Windows Phone 8 Windows Phone 8.1 wp8 XAML

Blog Stats

  • 8,730,837 hits

Archives

Top Posts & Pages

  • C Program to Multiply Two Matrices Using Multi-dimensional Arrays
  • C Program to display half-pyramid using alphabets
  • How to open display settings from command line in Windows 10 ?
  • How to Extract number from a string using C# ?
  • How to Convert a Stream to Byte Array in C# 4.0 ?
  • How to clean up unused PowerPoint master slides in PowerPoint?
  • Json.NET & VB.NET - How to Serialize an Object ?
  • How to retrieve the URL of the current Page in ASP.NET MVC 4 Controller ?
  • How to get the Relative Server Path in ASP.NET Web API ?
  • How to compare two Byte Arrays in C#?

Categories

  • Android
  • Angular 2
  • ASP.NET
  • Assembly Language
  • C
  • C#
  • C++
  • Elastic Search
  • Entity Framework
  • Excel
  • F#
  • HTML
  • Interview Questions
  • Java
  • JavaScript
  • jQuery
  • Microsoft Office
  • MySQL
  • NETWORK
  • News
  • PHP
  • popular
  • PowerShell
  • Python
  • Ruby
  • SharePoint
  • SQL Server
  • SQL Server
  • Unix
  • VB.NET
  • Visual Studio
  • WebAPI
  • Windows
  • Windows Azure
  • Windows Forms
  • XAML

Top Posts & Pages

  • C Program to Multiply Two Matrices Using Multi-dimensional Arrays
  • C Program to display half-pyramid using alphabets
  • How to open display settings from command line in Windows 10 ?
  • How to Extract number from a string using C# ?
  • How to Convert a Stream to Byte Array in C# 4.0 ?
  • How to clean up unused PowerPoint master slides in PowerPoint?
  • Json.NET & VB.NET - How to Serialize an Object ?
  • How to retrieve the URL of the current Page in ASP.NET MVC 4 Controller ?
  • How to get the Relative Server Path in ASP.NET Web API ?
  • How to compare two Byte Arrays in C#?

Recent Posts

  • Collapsible links for subcategories in Docusaurus Sidebar
  • Python Program to Print Fibonacci Series
  • Python Program to Generate Multiplication Table
  • Python Program to Find the Factorial of a Number
  • Python Program to Print Prime Numbers in a Given Interval
  • Python Program to Check Prime Number
  • Python Program to Find the Largest Value Among Three Numbers
  • Python Program to Check If a Given Year is Leap Year
  • Python Program to Check if a Number is Odd or Even
  • Python Program to Check if a Number is Positive, Negative or Zero

Tags

.NET App Array ASP.NET ASP.NET MVC Assembly Language C# C# programs c lab programs Collection convert C program csharp database Example F# guide How to How to in Java integer Java Javascript Lab programs Lambda LINQ List Python lab programs Python programs SIC/XE SQL Server string tips tricks tutorial tutorials UWP visual studio 2015 Windows Windows 8 Windows 10 Windows Phone Windows Phone 8 Windows Phone 8.1 wp8 XAML