Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Develop Windows Applications

2 parts of the question I want to Develop Software for Windows (especially 7)

  1. What Language and knowledge Do i Need to know ?
  2. What Software should i use to develop them ?

Please answer the question w.r.t both stand alone binaries and perhaps the .NET arena too.

Does one need to code really deep or are there softwares that enable me to do point and click stuff and create something quick and fast.

How good a choice would python be, in which case what do i need to develop with python?

like image 433
OrangeRind Avatar asked Aug 22 '09 07:08

OrangeRind


People also ask

How are Windows applications created?

From the main menu, choose File > New > Project to open the Create a New Project dialog box. At the top of the dialog, set Language to C++, set Platform to Windows, and set Project type to Desktop. From the filtered list of project types, choose Windows Desktop Wizard then choose Next.

What language is used to develop Windows apps?

A programmer can use C++ not only for the development of desktop applications but also for systems, browsers, games, and so much more. To edit and debug the source code of C or C++, you can use IDEs like Eclipse, NetBeans, Qt Creator, Visual Studio, and XCode.

Can you make apps on Windows?

Yes. You can create your own iOS apps on Windows. However, every iOS app developer knows that without using Xcode (an IDE), you cannot build or publish iOS apps. Importantly, Xcode only runs on macOS.

What software is used to make Windows apps?

Microsoft Visual Studio Besides, it uses development platforms like Windows Presentation Foundation, Windows Forms, Windows API, and Microsoft Silverlight. Microsoft Visual Studio is a huge support for code refactoring and code editor. It also helps in making native code and managed code.

Can Python be used to make Windows apps?

You can create it by using the Python programming language, as it is flexible and can run on major operating systems. Python programming language can be used in developing mobile applications for Android, IOS and Windows.

How are desktop apps made?

C++ and QT Framework is an extremely popular language and framework for cross-platform application development. Electron is a new framework that is gaining popularity because it allows us to use Javascript and React to build desktop applications. Java is a language that has most developers and many platforms covered.


1 Answers

I suggest you learn C# and WPF. For that you will need Visual Studio.

like image 105
Tim Booker Avatar answered Oct 20 '22 01:10

Tim Booker