windows-runtime
Is TAPI in the WinRT API?
I\'ve not had a chance to play with WinRT yet. I just wondered w开发者_如何学编程hether anyone knew if TAPI is part of the WinRT API now? According to MS currently TAPI is not part of WinRT although t[详细]
2023-04-12 22:22 分类:问答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 分类:问答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 分类:问答MAX_PATH in WinRT
I know that file system access in WinRT is different (开发者_运维技巧read: isolated), but I\'m curious if we still have to worry about MAX_PATH, or has that restriction been avoided?No, the MAX_PATH r[详细]
2023-04-12 12:30 分类:问答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 分类:问答public value struct in WinRT
Why \"public value struct\" can not have any method or constructor but \"value struct\" can? How to write structs li开发者_运维百科ke \"Vector3\" in WinRT component library and use it in another WinRT[详细]
2023-04-11 12:02 分类:问答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 分类:问答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 分类:问答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 分类:问答