Jake
Jake

Reputation: 1660

How to create a Win 8 tablet application in c#

Is it possible to create a win8(normal) application for tablet using C# (VS2010).

If possible, can any one show me an example how to create a simple application to turn on Win 8 tablet's Bluetooth.

Please help. I have no experience in win8 application development.

Upvotes: 0

Views: 816

Answers (1)

magicandre1981
magicandre1981

Reputation: 28776

To create the new Windows store apps you need Visual Studio 2012. You can still use 2010 to create normal Desktop applications (WinForms, WPF).

Upvotes: 1

Related Questions