C# Mixing WinRT and Windows Forms
问题 As far as I understand, I can use Windows Forms in Windows 8 Pro (non-RT) applications. However I was wondering if I can develop an app which has a nice WinRT interface for the main part as well as a WinForms part for the more complicated parts which benefit from stuff like TreeViews and which are complicated and useless to reimplement. Which development environment would I need for that? 回答1: Windows Store Applications are intentionally limited and do not include the entire .NET Framework,