Tag: Visual Studio 2012
Upgrading Windows Phone 7.5 App to Windows Phone 8 in Visual Studio 2012.
If you want to utilize the capabilities or the features of Windows Phone 8 in your Windows Phone 7.5 project, you might need to upgrade it to Windows Phone 8. Once you upgrade your Windows Phone 7.5 project to Windows Phone 8, you cannot revert back and hence it always better to copy/backup your Windows Phone 7.5 project before upgrading. Upgrading Windows Phone 7.5 App…
How to Make Single Instance Application for VB.NET Application in Visual Studio 2012?
When developing a Windows Application in VB.NET, there are times when you want to make your application as single instance application. You can do that easily with just few steps in your VB.NET project. How to Make Single Instance Application for VB.NET Application in Visual Studio 2012? Launch Visual Studio 2012 and Open your VB.NET Windows Application. Right Click on the project in the Visual…
How to Set the Windows Phone 8 icons in Visual Studio 2012?
You can set the icons for your Windows Phone 8 app in Visual Studio 2012 using the WMAppManifest.xml manifest file. The Visual Studio 2012 includes a GUI editor for editing WMAppManifest.xml manifest file. How to Set the Windows Phone 8 icons in Visual Studio 2012? You can find the WMAppManifest.xml, under the properties node of the project in the Visual Studio solution explorer. Just double…
How to Set Startup Projects in Visual Studio 2012 ?
There are times when you want to set which project in your visual studio solution should be built and deployed first. You can set the startup projects in Visual Studio 2012 easily by following the below steps How to Set Startup Projects in Visual Studio 2012 ? 1. In the Visual Studio 2012 Solution explorer , select the startup project. 2. Right click and select…