0

How to make a windows app instead of just console app

25th Jul 2017, 3:40 PM
Amro Elkhodari
Amro Elkhodari - avatar
2 Respuestas
+ 1
Install Visual Studio Community Edition and look into either winforms for Win XP style apps; or UWP for Windows 10 style apps.
25th Jul 2017, 4:00 PM
Bagshot
Bagshot - avatar
0
If you are using C# it is very simple as you can use the Microsoft Visual Studio IDE and from there you can make a Windows Forms Application (which is Just a window). C++ also has the Win32 API (I think that's the name) which also allows you to create windows. You can also use Python to create windows using the Tkinter module however I would not recommend Python for GUI development. I believe Java can be used but I am unsure what libraries/APIs would be used.
25th Jul 2017, 3:48 PM
Thomas John
Thomas John - avatar