/*Solved*/ Creating Windows App with Visual Studio | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

/*Solved*/ Creating Windows App with Visual Studio

I installed Visual Studio, and when I tried to create "Blank App (Universal Windows)", no matter whether I choose C# or JavaScript, it says Minimum platform version is Windows 10, but my Windows is Windows 8.1, and then the Project closes itself automatically immediately. What can I do?

25th Mar 2019, 4:24 AM
Gordon
Gordon - avatar
40 Answers
+ 4
Why does the solved tag/part of title in this thread use /* */ instead of [ ] ?
25th Mar 2019, 8:29 AM
Sonic
Sonic - avatar
+ 4
~ swim ~ I agree that YouTube tutorials are the fast track to pick up the new skills, which I just did it. But the good point of QnA is the discussion, which we could always discuss to find a better ways and solutions, there are 2 different means, serve different purpose.
25th Mar 2019, 10:40 AM
Calviղ
Calviղ - avatar
+ 3
To build window form I choose Select New -> Project... -> Windows Forms App (.NET Framework) Visual C# Here my first win form! https://content.screencast.com/users/cv2k10/folders/Jing/media/70be4a9e-a68b-4e24-bef3-a6c94d44c4d3/2019-03-25_1527.png
25th Mar 2019, 7:31 AM
Calviղ
Calviղ - avatar
+ 3
Sorry, i choose Windows Desktop, not .NET This is what i choose.. https://content.screencast.com/users/cv2k10/folders/Jing/media/540a9059-7478-4a07-8a36-8ed3aa727f2b/2019-03-25_1552.png Go to Visual Studio Installer, install Windows Desktop
25th Mar 2019, 7:57 AM
Calviղ
Calviղ - avatar
+ 3
I use only VS2017... How you get 2019?
25th Mar 2019, 8:01 AM
Calviղ
Calviղ - avatar
+ 2
Coffee☕Underrun Thank you for your answer, is there any way I can create Windows application for older version of Windows?
25th Mar 2019, 4:46 AM
Gordon
Gordon - avatar
+ 2
https://en.m.wikipedia.org/wiki/Universal_Windows_Platform Wiki mentioned Universal Windows only introduced in Windows 10.
25th Mar 2019, 5:16 AM
Calviղ
Calviղ - avatar
+ 2
Add Console.ReadLine(); Would pause there
25th Mar 2019, 7:29 AM
Calviղ
Calviղ - avatar
+ 2
I dont choose WPF, I choose .Net
25th Mar 2019, 7:33 AM
Calviղ
Calviղ - avatar
+ 2
Sorry, i choose Windows Desktop, not .NET This is what i choose.. https://content.screencast.com/users/cv2k10/folders/Jing/media/540a9059-7478-4a07-8a36-8ed3aa727f2b/2019-03-25_1552.png Go to Visual Studio Installer, install Windows Desktop
25th Mar 2019, 7:56 AM
Calviղ
Calviղ - avatar
+ 2
Coffee☕Underrun yes the interface of my first C# program is like of win 3.1 🤣🤣🤣🤣🤣 But I can live with it. I google a bit, seems: winform~html only Wpf app ~ html+css 🤔 Once first step is marched out, rest is easier (relatively) ~
25th Mar 2019, 10:11 AM
Gordon
Gordon - avatar
+ 1
It works, thanks
25th Mar 2019, 5:00 AM
Gordon
Gordon - avatar
+ 1
If you really need to create desktop app from node, you should use Electron.js which allow you to access local files. https://electronjs.org
25th Mar 2019, 6:00 AM
Calviղ
Calviղ - avatar
+ 1
I am installing c# win form, size is very big
25th Mar 2019, 6:39 AM
Calviղ
Calviղ - avatar
+ 1
Dont use Apache Cordova, better use React Native or Flutter to build native apps.
25th Mar 2019, 6:40 AM
Calviղ
Calviղ - avatar
+ 1
Select New -> Project... -> Console App (.NET Framework) Visual C#
25th Mar 2019, 7:15 AM
Calviղ
Calviղ - avatar
+ 1
Calviղ many thanks~ Now I have this Windows Desktop Win Form project created~ I see Form1.cs as a blank window. And a Toolbox like MS Paint, let me try coding my first Windows application. 😋
25th Mar 2019, 8:27 AM
Gordon
Gordon - avatar
+ 1
Because this one is about C# 😜
25th Mar 2019, 8:41 AM
Gordon
Gordon - avatar