0

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.

Jake
  • 1,560
  • 2
  • 17
  • 25

1 Answers1

1

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

magicandre1981
  • 27,895
  • 5
  • 86
  • 127
  • only Desktop applications. If you want the new store apps you need the 2012 Express Edition: http://www.microsoft.com/visualstudio/eng/products/visual-studio-express-for-windows-8 – magicandre1981 Sep 26 '13 at 10:37