May 8, 2010
Programming language to develop stand-alone GUIs on Windows?
Hi,
I want to develop some GUIs which can be stand-alone and can perform some simple tasks (like calling system commands etc.) based on the user input. I am ok in programming.
I am looking for a free/opensource GUI builder. Any suggestions?
Thanks.
Related Posts
Filed under Uncategorized by



Comments on Programming language to develop stand-alone GUIs on Windows? »
C# is quite nice. The free compiler provides you the solution:
Free Microsoft Visual C# 2005 Express Edition
I’m looking for the same. There don’t seem to be any obvious ones around – though Just BASIC is free, works on windows and allows basic (:D) GUI programming.
I would be VERY surprised if Visual C# 2005 allowed stand-alone apps. It Microsofts free edition allowing programmers to use the .NET framework. Therefore you must have the .NET framework installed to run apps – about a 15MB download OUCH!
Sorry I can’t help more!