Windows Store 8.1 and System.Windows.Forms

て烟熏妆下的殇ゞ 提交于 2020-01-17 08:09:25

问题


Recently, I tried to make a battery app (C#, store app) for Windows 8.1 (I am using VS2013, tried also VS2012 with the same result). As it turned out, I need to add a Reference to the project - but I cannot add anything in Reference Manager: it says "All of the Framework assemblies are already referenced". And all what I need is to get System.Windows.Forms - when I search for it, nothing appears.

Any ideas, what can I do? (Please tell me if I forgot something essential)


回答1:


Windows Store Apps are build, from scratch, on new technology stack , So Windows Form and WPF are not part of Windows Store apps.

  • Windows store apps and Windows Forms apps has there different set of APIs.
  • Windows store apps are used to known as known as Metro apps and Right now they have been merging the stuff(don't want to go into the details).

This will give a basic knowledge about this new Technology

So, above are the just a small hints about the differences. Actually, It is not possible to explain all the stuff here. Just explore.



来源:https://stackoverflow.com/questions/28544203/windows-store-8-1-and-system-windows-forms

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!