I went to one of the Windows 8 Tech Day events and this question was raised. The answer, I seem to recall, was "no, VS11 will not run on a tablet". :(
G
Greedy Goblin Games
@Greedy Goblin Games
Posts
-
Will Visual Studio Work on Surface? -
Font licensing confusionThanks Shameel. I was hoping that would be the case. I've now set it to use whatever the user has set as their system default, as the initial font.
-
Font licensing confusionHi everyone. This is my first post on "The Code Project" forums. I'm a bit confused regarding font licensing issues. Let's imagine I've built a WinForms control and wish to sell it commercially. Technically the component doesn't package or distribute any fonts with it but would use the system fonts (or whatever the user has installed and specifies in the "Font" property). Logically I would imagine that there would be no font licensing issues since I'm not using a set font or distributing any fonts... but I'm just not sure. Can anyone here advise or let me know where to get advice? Thanks. CJ.