Thread: C GUI Builder

  1. #1
    Registered User
    Join Date
    Sep 2007
    Posts
    2

    C GUI Builder

    Is there a program to create windows GUI's using drag and drop elements in a WYSIWYG style and produce a C code for it. I have searched and can only find ones for C++ and I would like to find one for C as it is the main language i need to use for university.

    Cheers.

  2. #2
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    What platform?

    If you're using Win32, you can use dialog resources and simply show them with 1 function, DialogBox() or CreateDialog() whatever... But if you want to use GTK+ or something there are a few tools.

  3. #3
    Registered User
    Join Date
    Sep 2007
    Posts
    2
    On Win32.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. threads and gui - how to?
    By phenixa in forum C++ Programming
    Replies: 4
    Last Post: 06-24-2008, 04:53 PM
  2. THE END - Borland C++ Builder, Delphi, J Builder?
    By Davros in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 02-28-2006, 11:23 PM
  3. .NET And GUI Programming :: C++
    By kuphryn in forum C++ Programming
    Replies: 4
    Last Post: 01-27-2002, 04:22 PM
  4. GUI Programming :: C++ Exclusive
    By kuphryn in forum C++ Programming
    Replies: 5
    Last Post: 01-25-2002, 03:22 PM
  5. C++: Reference Book, GUI, Networking & Beyond
    By kuphryn in forum C++ Programming
    Replies: 4
    Last Post: 11-10-2001, 08:03 PM