Thread: Hello people! WinAmp Gui

  1. #1
    Registered User Luka's Avatar
    Join Date
    Dec 2010
    Posts
    1

    Hello people! WinAmp Gui

    First of all HI!!

    i would like to create a sw with winamp gui style using windows API, i am reading petzold book but iven't found any example about it.
    Do u know which Api can be used to do that?

  2. #2
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    You can do it in the Windows API... I do stuff like that all the time.

    What you need to understand is that a "winamp style gui" involves a lot of complex coding. Not only is the window itself made up of many smaller windows called "controls", it is "skinned" by creating their own window drawing procedures.

    This isn't something you're going to get from a 20 year old book written for Windows 98. I've been programming Windows API for about 5 years now and even I won't tackle "skinning" at this point...

    You may want to start with something a little simpler... like "Hello Windows"...

    http://www.winprog.org/tutorial/

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. New to c++ some specific questions, gui, db, xml
    By bpr in forum C++ Programming
    Replies: 4
    Last Post: 01-12-2010, 12:48 PM
  2. Should it be legalized?
    By abachler in forum A Brief History of Cprogramming.com
    Replies: 168
    Last Post: 06-08-2008, 08:56 AM
  3. February 1, 2019...
    By Cheeze-It in forum A Brief History of Cprogramming.com
    Replies: 98
    Last Post: 08-03-2002, 07:24 AM
  4. GUI (Graphical User Interface) Help Needed
    By Unregistered in forum C++ Programming
    Replies: 1
    Last Post: 10-11-2001, 10:35 AM
  5. IT people - weird genius or simply narrow-minded, antisocial, lazy people
    By Carlos in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 10-11-2001, 05:00 AM