Win8

Showing posts with label Win8. Show all posts

Microsoft announced the availability of Windows 8.1 RTM version for the MSDN and TechNet subscribers today. That means, if you have any one of the MSDN or TechNet subscription, you will be able to download it from your subscription page.

 

General availability of Windows 8.1 will be on 18th October 2013. If you hold a Windows 8 installation, you will be able to upgrade to Windows 8.1 from Store after that.

Published by on under News | Win8

It does not sound good but this is the real fact. If you have a Microsoft Surface RT device with Windows 8.1 Preview installed and facing issue with battery consumption while in standby mode, it’s time for you to turn ON the Bluetooth of your device.

 

Microsoft support team answered in a forum thread that it is a bug and the current solution to resolve the quick draining of battery is to turn on the Bluetooth.

Published by on under Surface | Tips

During the BUILD developer conference on 26th June 2013, Steve Ballmer announced the availability of Microsoft Windows 8.1 Preview and Windows 8.1 RT Preview. If you have Windows 8 PC, you can download an ISO image and install it from there. But if you have a Surface tablet, the process is different.

 

If you are using Surface RT and want to install Windows 8.1 RT Preview, this post will help you getting started. Make sure that you don’t have any language pack installed.

Published by on under Surface | Win8

Yesterday in BUILD 2013 conference, Microsoft announced the availability of Windows 8.1 Preview which is now available for download as ISO image as well as an update from Windows Store. Windows RT devices have to update it from Windows Store only.

 

But before downloading and installing the latest preview build, you must know the pitfalls about it. In this post I am going to share some points for you. So, think before installing it now.

Published by on under Win8 | Windows

On 26th June 2013, during the BUILD Conference in San Francisco, Steve Ballmer announced the availability of the first official release of Windows 8.1 Preview. Windows 8.1 Preview and Windows RT 8.1 Preview are pre-release versions of Windows 8.1.

 

As it is a preview release and if you want to try the preview version, please make sure to read the post before starting the installation. Download links are available in this post for your reference.

Published by on under News | Surface

Today, Microsoft announces about Outlook 2013 RT which will come with Windows 8.1 (earlier known as Windows Blue). This will come installed for free on all new Windows RT devices like Surface. As Windows 8.1 will be an free upgrade, you will get the Outlook RT with this update.

 

To know more about Outlook RT announcement, check out the complete post. I am also embedding a video which will give you first glance to Windows 8.1.

Published by on under Office | Office 2013

Numeric control is not new and all of us already experienced it in various applications and websites. Telerik also has this control in all of their control libraries but was missing in Windows 8 for XAML library. Recently they announced the beta release of 2013.Q2 for Windows 8.

 

In this post, we will start with this new control that’s first introduced with Q2 2013 release of Telerik’s RadControls for Windows 8 XAML and find out the common properties a developer needs.

Published by on under Telerik | Win8

XAML namespace is an extension of XML namespace and conventionally written as “xmlns” in XAML pages. We use it on all XAML pages in Silverlight, Windows Phone, Windows 8, WPF related technologies to better reference assemblies and namespaces.

 

In this post we will learn more about this XMLNS namespace and the way to customize it for a cleaner XAML page. Interested to know it? Continue reading and share your feedback about the post.

Published by on under Silverlight | Win8

Last year we discussed “How to Capture a Screenshot as File in Windows 8?” which you will find useful in your desktop PC or laptop. You will also find that post useful in a Surface if you have a keyboard attached to it, because “Win + Print Screen” key combination is needed to capture the screen.

 

What about Microsoft Surface which does not have a keyboard attach to it? In that case, a touch keyboard will be require to press the keys but that will fill half of the screen.

Published by on under Surface | Win8

If you are a Win8Dev and building a Windows 8/WinRT application, you might want to download a file asynchronously from a web location. The job is very easy in Silverlight and in this case too but you just need to know the way, the APIs and the configuration settings.

 

Many developers already faced the difficulty to download a file in their WinRT apps and hence I thought to share the code with the API details in this post.

Published by on under Tutorial | Win8

Are you a Windows 8 Application Developer? Are you building an app like audio/video player or game which needs to keep the display active when user is inactive in the system? Then you came to a right place where we will discuss how to keep the display on while idle.

 

This post details about the Windows 8/Windows RT API usage and code snippet to request the system to keep the display on. Continue reading to know more about it.

Published by on under Win8 | Windows 8 Tips

Are you a Windows 8 or Windows RT user? Are you looking for a code to change your Windows 8 lock screen programmatically? Then this post will be definitely helpful for you. Just follow the simple steps to write an application by which you can change it easily.

 

Windows 8 already exposes settings panel to change the lock screen of the Windows, but this post will help you to programmatically access that using the exposed APIs.

Published by on under Win8 | Windows

Microsoft is again back with their webcast series and this time they planned for both Windows 8 and Windows Phone 8 sessions on the same day but in a different time slot. The webcast series will happen for five continuous days, 1.5hrs daily for each technology.

 

In this post, find the session details, time table and the link to register for the free webcast event. Take part of it and enhance your Windows 8 and Windows Phone 8 skills.

Published by on under Events | Webcast

As a Silverlight, WPF or WPDev you might be aware of the MessageBox class present in the SDK to show a message to the user and ask the user to interact with the application on some special cases. As a Win8Dev, you will find it missing in WinRT.

 

What to do? There is a class named MessageDialog which does the same thing but asynchronously in Windows 8 applications. If you are new to Win8Dev, you will find it useful.

Published by on under Tutorial | Win8

As a Windows 8 Store application developer, we need to store and retrieve data to and from XML file stored in the application directory. There are various ways to store data in XML but this post will cover a simplest way to do that.

 

Here we will use a 3rd party extension in our application as assembly reference and use their XmlDeSerializer class to handle it easily. Keep reading to know more about it.

Published by on under Tutorial | Win8

The Windows 8 Software Development Kit (SDK) contains header libraries and a set of tools which you can use to develop Windows Store apps using technologies like Visual C#, Visual Basic, Visual C++ and/or JavaScript.

 

Recently a new version of the SDK has been published which you can grab from here. Also it has a new version of the WACK to validate your Windows 8 Store application branding.

Published by on under Win8 | Windows Store

The “Clipboard” is a user driven set of functions that enables an application to transfer data between applications or within an application. Windows 8 Store SDK defines a set of APIs to handle the OS clipboard in your application.

 

In this continued series of Windows 8 Store application development tutorial, we will learn more about the API and the way to integrate the Clipboard in your WinRT application.

Published by on under Tutorial | Win8

This is the continuing series of the Windows 8 Store application development tutorial and in this chapter, we will learn about creating and updating the live tiles of your WinRT application. There are 46 different types of tile templates available which we will go to learn today.

 

A live tile is one of the best way to provide a good experience to your application which you will find in your Windows 8 Start screen. Continue for further reading.

Published by on under Tutorial | Win8

If you are a Windows 8 Store application and/or game developer, you may want to provide feature to share text, graphics, links or game score cards to Facebook, Twitter or Email. Windows 8 SDK provides those APIs to implement the feature in your application.

 

Today in this chapter of the Windows Store Tutorial series, we will discuss more about the API methods and how to integrate it in your application. Continue reading.

Published by on under Tutorial | Win8