The successor to Microsoft Windows 7 that focuses on a new interface style for touch-based devices and tablets.
In a situation where you have the UI frontend built using the new Metro style of apps for windows 8, and …
c# wpf winapi windows-8 windows-runtimeI have some devices with Windows CE 5, CE 6, Windows Mobile 6.1 and 6.5. Synchronizing with ActiveSycn 4.5 on XP and Windows 7 I have …
windows-8 windows-mobile-6.5 activesync windows-mobile-5.0 windows-mobile-6.1How i can convert SVG file to XAML in windows 8 / WinRT. I am new to this XAML / SVG environment. So …
xaml c#-4.0 svg windows-8 windows-runtimeAssuming that vb6 does not run on Windows 8 because the VB6 run time libraries are not shipped with Windows 8, would …
windows vb6 compatibility windows-8i have a file downloader function: HttpClientHandler aHandler = new HttpClientHandler(); aHandler.ClientCertificateOptions = ClientCertificateOption.Automatic; HttpClient aClient = new HttpClient(aHandler); aClient.…
c# windows-8 download windows-runtime windows-8.1I am testing a highly-customized web application in Internet Explorer 10 on Windows 8, since it is an up and coming release, …
html css internet-explorer windows-8 internet-explorer-10Is there any other way of checking whether a file exists in a Windows Store app? try { var file = await …
c# windows-8 windows-runtime microsoft-metro filenotfoundexceptionIn a windows 8 application in C#/XAML, I sometimes want to call an awaitable method from a non asynchronous method. …
c# windows-8 async-await