Thread: How are cool looking GUI's made?

  1. #1
    Registered User
    Join Date
    Aug 2001
    Posts
    35

    How are cool looking GUI's made?

    To be a bit more specifque, do programmers use VC++ to make cool looking GUI's like Winamp?, i kinda dislike gray.

  2. #2
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    of course you can use VC, but with stuff like VB or Delphi or java or C# it's tons easier.

  3. #3
    Registered User
    Join Date
    Aug 2001
    Posts
    35
    you mean that there is a Visual C?, ah and with Java/C# you can make colorful GUIs?

  4. #4
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    i would guess winamp was made in VC or something like it for ease, but by contrast the Windows GUI and GDI are written in C++...
    Java has a built in GUI system so it works on any platform that supports java, as for C# i got no clue and im not gonna get one either.
    ADVISORY: This users posts are rated CP-MA, for Mature Audiences only.

  5. #5
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    C#'s a VB-Java hybrid with window creation. It's great.

  6. #6
    Registered User DutchStud's Avatar
    Join Date
    Oct 2001
    Posts
    43

    Question You could...

    You can use Regions in C++ to make shapes other than rectangles. Also, you can draw on windows, or make the backgrounds different colors.

  7. #7
    I had a similar question a while a go and Zen pointed me to layered windows. Regions are a bit out of date. they are slow, only let you use transparency and you lose system performence. If you use win2k or XP you can use the style WS_EX_LAYERED and ad transluceny and stuff. Maybe you can also use it on win98 because the MS office agent was made like that (according to the link above)

  8. #8
    Registered User
    Join Date
    Oct 2001
    Posts
    18

    Arrow MS paint + Adobe Photoshop

    Create a nice base design in Microsoft Paint. Save it and open it in Adobe Photoshop. Then make some graphical enhancements and you have a great looking GUI for your program.

  9. #9
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    why use MS Paint at all? its crap... besides Photoshop can do anything it can a hundred times better...
    ADVISORY: This users posts are rated CP-MA, for Mature Audiences only.

  10. #10
    Registered User
    Join Date
    Oct 2001
    Posts
    18

    Arrow I didn't mean....

    I didn't mean MS Paint was the best tool, I said it was the best base design art program for making GUIs. Quite simply you draw out all the design features -> Save it -> Open it in Adobe Photoshop and make it look great by filtering it or whatever.
    - Paul Lucas (the Flucas)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. nifty little thing i made
    By DavidP in forum C++ Programming
    Replies: 1
    Last Post: 12-05-2003, 11:43 PM
  2. What was the first game you ever made?
    By jverkoey in forum Game Programming
    Replies: 0
    Last Post: 02-12-2003, 11:09 PM
  3. What's the best program you have ever made?
    By Kevin.j in forum A Brief History of Cprogramming.com
    Replies: 31
    Last Post: 10-02-2002, 11:29 AM
  4. Trying to be cool
    By Theologian in forum A Brief History of Cprogramming.com
    Replies: 20
    Last Post: 08-19-2001, 06:17 AM