Thread: Enhanced graphic forms with VisualC++

  1. #1
    Registered User
    Join Date
    Oct 2003
    Posts
    106

    Enhanced graphic forms with VisualC++

    Hello I'd like to create a GUI which looks like some MP3 player or video players, you know: "strange" window shape, round buttons, great shaded graphic and so on. Is there some hint to make it easy?

    Thanks a lot!
    BrownB

  2. #2
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    I think you need some kind of external library to do that, because the programs that do that always seem to come with special DLLs. (Netscape 8, for example.)
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

  3. #3
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    SetWindowRgn is your friend for anything non-square.
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

  4. #4
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    For win2000 and later you also have the option of using layered windows.

    Search this board - techniques such as 'skinning' have been discussed before.
    CProgramming FAQ
    Caution: this person may be a carrier of the misinformation virus.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 04-02-2009, 04:40 AM
  2. Replies: 3
    Last Post: 01-05-2009, 07:56 AM
  3. Pen-based application using graphic tablet ( c++)
    By aznimah in forum C++ Programming
    Replies: 1
    Last Post: 01-03-2009, 07:20 AM
  4. C# Game using Forms
    By ejohns85 in forum C# Programming
    Replies: 1
    Last Post: 12-16-2006, 05:35 PM
  5. Which one :MFC, Win32, Windows Forms (.Net)?
    By Robert_Sitter in forum Windows Programming
    Replies: 6
    Last Post: 11-17-2005, 06:15 AM