If you build 开发者_C百科app against WinRT, can you deploy it to any device or do you have to have multiple builds (one per platform) like you do right now?WinRT applications built in JavaScript or C#
Does WinRT provides 开发者_如何学编程an option to fall back to software ClearType font rendering (as Direct2D do via \"Direct2D and GDI Interoperability\") or we will be stuck with somewhat blurry har
In a situation where you have the UI frontend built using the new Metro style of apps for windows 8, and would like it to communicate with a .NET application running on the desktop on the same local m
I heard that the new WinRT is an unmanaged framework and it is based on COM, but someho开发者_运维技巧w they figured out something to make mapping between WinRT and managed code easier. I would like t
I was able to find EventTrigger in the WinRT reference, however, I wasn\'t able to find DataTrigger. I wasn\'t able to use it in an application either.
I know how to create small desktop applications in Java. I want to know, can I make Windows Metro style apps in Java? Because 开发者_StackOverflowon the web only C++/C/C#/JavaScript etc. are mentioned
Watching the //BUILD stuff, I saw that WinRT API\'s can be consumed by C code: I am rather exci开发者_如何学Goted about a fresh C API available to Win32 developers.
I am looking for the list of assemblies in the \".NET for Windows 开发者_如何转开发8\" profile. This is the profile used for WIndows 8 Metro-style applications, and like Silverlight doesn\'t use the f
I know that Metro on both platforms shares a common “look and feel” and that WinRt makes use of XAMLand C# (or VB.NET) like Silverlight does on Windows Phone 7.
开发者_StackOverflow社区 I don\'t understand this picture well. In the Metro style Apps, what does C/C++ mean? Native C/C++? or is it managed C++? They(Metro style apps) don\'t even have Win32 layer!