Top "Windows-8" questions

The successor to Microsoft Windows 7 that focuses on a new interface style for touch-based devices and tablets.

Windows 8 driver install and catalog/signature validation

I can't get windows 8 (release preview) to accept either the inf2cat or makecat approach described as solutions to the …

installation driver windows-8 digital-signature inf
gem install json -v 1.7.3 gives 'Please update your PATH to include build tools'

When I run: rails new blog I get: Installing json (1.7.3) Gem::InstallError: The 'json' native gem requires installed build tools. …

ruby-on-rails-3 json windows-8 build-tools
ADB not responding. You can wait more, or kill "adb.exe" ... windows 8

When I try to test my Android application with an android emulator as always I now suddenly get an error …

android windows-8 adb
How do I access a control inside a XAML DataTemplate?

I have this flipview: <FlipView x:Name="models_list" SelectionChanged="selectionChanged"> <FlipView.ItemTemplate> <DataTemplate> &…

c# windows-8 windows-store-apps winrt-xaml flipview
windows 8 NT Kernel and System using port 80

This has long bugged me. after upgrading to Windows 8, i already cannot run my XAMPP server without using ports other …

apache windows-8 xampp port80
Windows Phone 8 emulator can't connect to the internet

I have Windows 8 installed inside of an emulator, and the new WP8 SDK installed on it. My problem is that …

networking windows-8 hyper-v windows-phone-8 windows-phone-8-emulator
HttpClient Request like browser

When I calling site www.livescore.com by HttpClient class I always getting error "500". Probably server blocked request from HttpClients. 1)…

c# windows-8 http-headers
How to display a message in Windows Store Apps?

How to display a message box in windows 8 apps using c# like calling MessageBox.Show() in windows phone 7?

c# windows-8
Async and Await with HttpWebRequest.GetResponseAsync

I am trying to use Async and Await when making a web request and am finding that it never gets …

c# windows-8 windows-runtime httpwebrequest async-await
ZipArchive creates invalid ZIP file

I am trying to create a new ZIP package from code with one entry and save the ZIP package to …

c# .net windows-8 ziparchive