windows-8
How to access and modify contacts in Windows 8?
I have found a new contacts API in Windows 8: http://msdn.microsoft.com/en-us/library/windows/apps/windows.applicationmodel.contacts%28v=VS.85%29.aspx[详细]
2023-04-13 08:39 分类:问答using legacy assemblies in metro style app
I unders开发者_如何学Ctand that we can access part of the .net apis and all the winrt apis in a metro style app written in c#.[详细]
2023-04-12 17:08 分类:问答Metro style apps written in JavaScript or C++, do they load the CLR?
If not, then does WinRT have its own Garbage Collector? I ask this because I read this: \"There\'s no need to manage the lifetime of underlying object. Windows releases the object when you\'re finish[详细]
2023-04-12 16:29 分类:问答Discover and enable/disable devices on Win8?
I\'m writing a metro app for Windows 8 (C# 5) to act as a power control app allowing the user to enable and disable various devices the computer will likely have. For now, I\'m just thinking bluetooth[详细]
2023-04-12 11:27 分类:问答How to play sound file in a Windows 8 Metro app using WinRT?
The WinRT API surface in Windows 8 seems to have the ability to load and save Playlists, and capture audio. What I\'m looking for is somewha开发者_如何学运维t simpler: does WinRT have the ability to p[详细]
2023-04-11 21:23 分类:问答WinRT and WPF in Windows 8
As I understand, WinRT is a different version of WPF written without using the underlying Win32 APIs.[详细]
2023-04-11 11:21 分类:问答Can I use binding.js for databinding on a web project?
Windows 8 SDK comes with very cool data binding JavaScript samples. More info here: http://msdn.microsoft.com/en-us/library/windows/apps/hh465051(v=VS.85).aspx#Extend_Your_First_Metro_Style_App_JavaS[详细]
2023-04-11 07:31 分类:问答Is there a way to convert a System.IO.Stream to a Windows.Storage.Streams.IRandomAccessStream?
In Windows 8; I would like to pass the contents of a MemoryStream to a class that accepts a parameter of type Windows.Storage.Streams.IRandomAccessStream. Is there any way 开发者_如何学JAVAto convert[详细]
2023-04-10 19:43 分类:问答emulator for wp7.1 shows internal error
I\'ve just started developing for windows phone 7 but can\'t seem to get my emulator working. I get an pop-up \"Internal Error\" and as a description in the bottom view i see \"Error!Connection failed[详细]
2023-04-10 16:21 分类:问答Is there a 'IsInDesignMode' property in WinRT?
I\'m trying to port my application from Phone 7 and can\'t find the wa开发者_高级运维y to detect when control is in Design mode.[详细]
2023-04-10 15:56 分类:问答