Top "Windows-8" questions

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

What is the user agent string for surface rt?

I'm trying to determine the user agent string for surface RT for testing purposes.

windows-8 internet-explorer-10 user-agent windows-rt
PHP Startup: Unable to load dynamic library

I am trying to use Firebird 2.5.2.26539 with: Windows 8 Apache 2.2.22 PHP 5.4.10 When i enable the extensions of firebird in php: - …

php windows windows-8 firebird
Mapping a network drive and having trouble saving password

I'm running a batch: "net use j: \\192.168.1.241\sausb /user:srvfeskar\administrator Ratata12 /persistent:yes /p:yes" After restarting the windows 8 …

batch-file windows-8 passwords net-use
Install XNA 4.0 Visual Studio 2010 Windows 8

I installed windows 8 a month ago and now want to add xna game studio 4.0 to my visual studio 2010 ultimate. I …

visual-studio-2010 windows-8 xna-4.0
fs.watch fired twice when I change the watched file

fs.watch( 'example.xml', function ( curr, prev ) { // on file change we can read the new xml fs.readFile( 'example.xml',…

node.js windows-8 watch
Building Windows 8 Metro App on Windows 7 with Visual Studio 2010

My Visual Studio can't seem to build any of the Metro Sample applications. As I've never really used this IDE …

windows-8 windows-runtime windows-store-apps
Launching a Desktop Application with a Metro-style app

Is there a way to launch a desktop application from a Metro-style app on Windows 8? I'm trying to create some …

c# windows windows-8 microsoft-metro
How to add HTTP Header to SOAP Client

Can someone answer me if it is possible to add HTTP header to soap client web-service calls. After surfing Internet …

c# windows-8 soap-client
How to enable Basic Authentication for WebDAV on Windows 8

Previously I used to be able to access external data from an http:// URL using only Basic Authentication (Username / Password) …

windows-8 webdav basic-authentication
SignalR: There was an error invoking Hub method "XXX"

Server: public void AddLine(string line) { Clients.Others.addLine(line); } .NET Client: await rtHubProxy.Invoke("AddLine", "lineInfo"); Exception: InvalidOperationException: There …

c# .net windows-8 windows-runtime signalr