DOWNLOAD: Visual Studio Express 2012 for Windows 8 (file WPexpress.exe). is Microsoft's free version of Visual Studio.
This is different than evaluation version of Visual Studio 2012.
REMINDER: Visual Studio 2012 is also called version 11.0.
NOTE: VS 11.0 is a Win32 app, thus installed to the Program Files (x86) folder on 64-bit machines.
DO THIS:
Hold down the Windkey and press Q (for Quartermaster).
Press Esc to dismiss the search or
press PgDn to look for it or
type VS to display Visual Studio and press Enter.
If you would like to copy from the sample app code you're analyzing and paste into your own program, open another instance of Visual Studio:
DO THIS: Invoke a second instance, right-click on the app icon and select from the App Bar Open new Window.
What is Microsoft’s intent regarding third party compilers targeting the Windows Runtime? Embarcadero was unable to target Windows Runtime with its Delphi compiler because of system APIs that only the Visual C++ runtime is allowed to call.
By default, VS puts new projects into folder:
C:\user\%USERNAME%\documents\visual studio 2012\Projectswhere the "%USERNAME%" is the OS user name shown when you open in Start > Run > cmd
echo C:\user\%USERNAME%\documents\visual studio 2012\Projects
JavasScript Template projects available by default in VS11:
| Your first name: Your family name: Your location (city, country): Your Email address: |
Top of Page
Thank you! |