问题
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