Click here to Skip to main content
15,911,487 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi friends,

I am going to develop some commercial windows applications (mainly accounting softwares)
and, I dont want to use proprietary tools for it.
Which best opensource tool can be used for making windows applications?
Can anybody guide me ?
Posted
Comments
pasztorpisti 13-Oct-13 12:01pm    
There is no "best opensource tool" for making "windows applications". "Windows applications" is a huge topic in which different kind of programs are best written using completely different dev envs and languages.

1 solution

That's not really a question we can answer: it will depend to a huge amount on choices we cannot make for you. Specifically, it will depend on your choice of language - there is no point in us recommending a C++ solution if you only know VB!

As a general rule, for Windows applications, the major decision is easy: go with Visual Studio. It isn't open source (far from it) but it is free (in the Express editions) which is likely to be the motivation behind the desire for open source tools. And it supports a wide range of languages, so there is a good chance that the language you know and like is in there.

After that, you an select open source components to help, but the major choice you need to make is to pick a language!
 
Share this answer
 
Comments
Yesudasan Moses 13-Oct-13 5:31am    
Now, I am developing applications using C#,, and I want to study a new one and go open-source...
Is python good for making win apps ??
OriginalGriff 13-Oct-13 5:45am    
Don't know - never tried.
You apparently can however, so this might help you:
https://wiki.python.org/moin/GuiProgramming
pasztorpisti 13-Oct-13 11:59am    
I would stick with C#.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900