windows-8
Do Metro controls reuse the same codepath at low level even if controls are created from HTML/JS or XAML?
Suppose I create two metro apps, one 开发者_运维知识库with an HTML view which has <input type=\"text\"/>[详细]
2023-04-10 14:18 分类:问答How does JavaScript hook WinRT events?
Suppose I\'m writing a WinRT app with both JavaScript and C# code, and I want my JavaScript code to hook an event on my C# object.[详细]
2023-04-09 21:05 分类:问答WinRT - SnapsToDevicePixels?
I can\'t find the SnapsToDevicePixels in the WinRT (.NET 4.5) framework for Windows 8.开发者_StackOverflow[详细]
2023-04-09 03:31 分类:问答Is there an SDK out for Windows Run Time (WinRT)?
Is there some kind of SDK out for WinRT.? Can we develop applications for it now? Is VS2010 usable for developing or will some other IDE be shipped? Also, is C++ necessary to develop performance-orie[详细]
2023-04-09 00:04 分类:问答Share data between users in metro application
I would like to create a Metro application that allows a group of people to interact.One person would create data and serve as the owner, and multiple others would be invited in and be allow to modify[详细]
2023-04-08 16:29 分类:问答Any good simple DirectX samples for Windows 8 (Developer preview)?
Are there any good tutorials on how to draw a simple triangle in DirecX for Windows 8 Developer preview? The game sample is too complex to understand the \"basic\" workings of the new DirectX version[详细]
2023-04-07 17:36 分类:问答Can the ARM version of Windows 8 only run Metro (WinRt) style apps?
See also: Is there any way to write a WinRt (Metro) app that will also work on Windows 7 and Vista? I am trying to understand how to target both Windows 8 on Arm and Windows 7, given that Windows 7 c[详细]
2023-04-07 13:44 分类:问答What version of Visual studio 11 is bundled with Windows 8 Developer Preview?
is the version of Visual studio 11 bundled with Windows 8 Developer preview the sam开发者_C百科e as the version available as standalone download from Microsoft site ?[详细]
2023-04-07 08:45 分类:问答How can I protect the source of my HTML Metro app?
I\'m really interested in building applications in a Windows 8 Metro style. I would like to use HTML5 but I am very concerned about protecting my front end UI from deconstruction and ultimately being[详细]
2023-04-07 06:24 分类:问答How to define implicit data templates in Metro XAML?
I am trying to create a DataTemplate for mapping a simple data type with a corresponding view as follows:[详细]
2023-04-07 02:04 分类:问答