microsoft-metro
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 分类:问答List of what classes are in what version of .Net (Win), Silverlight, Metro, and Mono (Mac OSX)
I\'m an independent developer coming from Java to .Net Desktop.So I\'m up against a learning curve and tend to think in terms of Java technologies.[详细]
2023-04-13 04:39 分类:问答How to change the FrameworkElement to Image in WinRT?
I have FrameworkElement with my hand, it is having parent also. I want change it as Image in WinRT platform. I tried the WriteableBitmap. But it does have element parameter to render. VisualBrush also[详细]
2023-04-12 21:39 分类:问答How to use SQLite within a WinRT DLL?
I am trying to develop a WinRT DLL which uses SQLite to write database. But i开发者_如何学Ct seems like some win32 APIs in SQLite source code are not supported by metro, such as, LoadLibraryW, GetTemp[详细]
2023-04-12 18:48 分类:问答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 分类:问答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 分类:问答Application targeting multiple devices (Win 7 Phone, iOS, Android, Win 8)
I am working on a small hobby app - which would show some charts, and would be accessible by people using their mobile devices. I come from a Microsoft development background- have used Telerik, Infra[详细]
2023-04-11 04:26 分类:问答Will Widget Support in WP7?
I want to develop an application for WP7 using HTML,CSS and Javascriptsomething Similar to Nokia WRT(Web Widget) Will this Suppo开发者_如何学Crt in WP7? .Will the app require signing ? Can I use Metro[详细]
2023-04-09 21:41 分类:问答.NET 4.5 Metro Application DependencyProperty
I cant get DependencyProperty.Register to work. It requires (string, string, string, PropertyMetadata) instead of string, Type, Type, UIPropertyMeatdata)...[详细]
2023-04-08 21:11 分类:问答