Does anyone know of free tools (languages, environments, IDEs) that would support development of GUI applications on the Windows platform?
The end result I am looking for is to be able to create a single EXE file that has no dependencies on any external runtime or library.
I would like to be able to then run this EXE in a very similar manner to Process Explorer or Autoruns from SysInternals. ie. No installer, portable application.
This application must also provide a reasonably rich windowing (controls,widgets etc) user interface and should run on Windows 2000, XP, Vista.
I am aware of C++ but I'm looking for an environment/language that provides more specific support for GUI development. While Delphi, to the best of my knowledge, costs money.

