
Originally Posted by
420
I found that C# with .NET was the easiest way to make GUIs on windows. Get Visual Studio Community edition, it has all the features of commercial VS but its completely free, it comes with C# and .NET windows forms out of the box. You can design the interface with a WYSIWYG drag & drop editor, and then to bind functionality you can just double click on a button you have added for example, and it will automatically take you to the OnClick event callback which you can edit. You would need to learn C# though.
Bookmarks