windows-runtime
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 分类:问答WinRT - TCP clients?
I am building an IRC client in the new WinRT (.NET 4.5) framework for Windows 8 Metro applications. However, I have some issues. I\'ve already figured out that I need to use a StreamSocket to read TC[详细]
2023-04-09 02:07 分类:问答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 分类:问答.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 分类:问答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 分类:问答auto foo = ref new Foo(); What is "ref"?
I was watching a video from, //build/ and several of the MS developers were using a syntax like this in their C++11 programs:[详细]
2023-04-08 11:44 分类:问答WinRT and the server (ASP.NET, Azure, etc)
Has Microsoft made any indication of WinRT\'s current or future relationship with server development (such as ASP.NET)?[详细]
2023-04-08 10:05 分类:问答Does WinRT/Metro support multiple monitors?
I want to create an application that has multiple touch surfaces, preferably us开发者_运维知识库ing the Metro/WinRT APIs. However, much of what I\'ve read indicates that Metro is confined to a single[详细]
2023-04-08 09:59 分类:问答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 分类:问答