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
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
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
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
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
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
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
As I understand, WinRT is a different version of WPF written without using the underlying Win32 APIs.
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.
Suppose I create two metro apps, one 开发者_运维知识库with an HTML view which has <input type=\"text\"/>