Thread: Question - GUI Programming

  1. #1
    Absent Minded Programmer
    Join Date
    May 2005
    Posts
    968

    Question - GUI Programming

    Did you guys make your own GUI's for your editors? Or did you download a library?

    Right now I'm going to try out www.wxwidgets.org
    Sometimes I forget what I am doing when I enter a room, actually, quite often.

  2. #2
    Absent Minded Programmer
    Join Date
    May 2005
    Posts
    968
    ARHG, I'm so angered by the documentation these free libraries have, they freaking SUCK!!!!!!

    Maybe I'll just use win32....
    Sometimes I forget what I am doing when I enter a room, actually, quite often.

  3. #3
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    MFC. Love it or leave it, but at least try it.

  4. #4
    The Right Honourable psychopath's Avatar
    Join Date
    Mar 2004
    Location
    Where circles begin.
    Posts
    1,071
    Right now i'm using GLUI. Not the greatest, but it works. I'll probably just write my own GUI system eventually.
    M.Eng Computer Engineering Candidate
    B.Sc Computer Science

    Robotics and graphics enthusiast.

  5. #5
    Absent Minded Programmer
    Join Date
    May 2005
    Posts
    968
    I'll try MFC, I have a whole book on it, it is basically the 4th quarter of my advanced programming course anyways..

    I'll give it a try.
    Sometimes I forget what I am doing when I enter a room, actually, quite often.

  6. #6
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    It's not too bad Shamino, but it's even easier if you have ClassWizard in MSVC .NET or MSVC 6. However, you can do it without these, it's just harder.

    I bought some books on MFC as well, although they didn't point me directly to what I needed they did help. If you need any help with MFC, go to the Windows Programming Board and nvoigt, adrianxw, and a host of others know a lot about it.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Design layer question
    By mdoland in forum C# Programming
    Replies: 0
    Last Post: 10-19-2007, 04:22 AM
  2. Replies: 2
    Last Post: 12-22-2006, 11:50 PM
  3. opengl DC question
    By SAMSAM in forum Game Programming
    Replies: 6
    Last Post: 02-26-2003, 09:22 PM
  4. Gui
    By laasunde in forum C++ Programming
    Replies: 1
    Last Post: 12-17-2002, 12:54 PM
  5. GUI help
    By z33z in forum Windows Programming
    Replies: 8
    Last Post: 12-13-2001, 09:16 PM