PDA

View Full Version : GUI stuff.


Ketxxx
07-10-2007, 04:49 PM
This is for a project I'm starting to work on. Does anyone know of any software that will let me make a GUI relatively quickly and easily? I dont want to spend ages custom doing a GUI with C++ or something.

Atech
07-10-2007, 06:09 PM
This is for a project I'm starting to work on. Does anyone know of any software that will let me make a GUI relatively quickly and easily? I dont want to spend ages custom doing a GUI with C++ or something.
wxWidgets, perchance? Might be a bit overboard for what you want, though.

bruins004
07-10-2007, 06:45 PM
Try .NET
Drag and drop :)

Or you can try Visual Studio (pre - .NET)

Kreij
07-11-2007, 01:25 PM
The Microsoft Visual Studio Express editions are free and very easy to use for creating GUIs.