Thread: How do I create a DVD Player-style floating controller?

  1. #1
    Registered User
    Join Date
    Jun 2005
    Posts
    11

    Unhappy How do I create a DVD Player-style floating controller?

    can anyone give me a rough idea (detailed is ok too, of course) of how to create a floating controller for my application similar to ones often found with DVD player software? is it possible with Visual C++?

    any help would be much appreciated.

  2. #2
    C++ Enthusiast jmd15's Avatar
    Join Date
    Mar 2005
    Location
    MI
    Posts
    532
    Do you mean some kind of smaller window with controls on it that sends messages to the parent or main window? If so then it is definitely possible with C++.
    Trinity: "Neo... nobody has ever done this before."
    Neo: "That's why it's going to work."
    c9915ec6c1f3b876ddf38514adbb94f0

  3. #3
    Registered User
    Join Date
    Jun 2005
    Posts
    11
    thanks jmd15, that's exactly what i was looking for.

    would you also happen to know how to go about creating a non-rectangular window? i know it has soemthing to do with using CreateRegion and CombineRegion, but don't really understand the process. I've also heard it's possible to do using a bitmap, but again, no idea about the how.

    thanks again for your help.

  4. #4
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    Here's a tutorial for doing that kind of stuff: http://www.flipcode.com/articles/art...n32skins.shtml

    Once you know what API's and "buzz-words" you're dealing with, you'll be able to use Google and search these boards for more material on the subject.

    gg

  5. #5
    Registered User
    Join Date
    Jun 2005
    Posts
    11
    thanks Codeplug, that's an amazing article!!! i think that ought to take care of me. thanks again!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. A question about constructors...
    By Wolve in forum C++ Programming
    Replies: 9
    Last Post: 05-04-2005, 04:24 PM
  2. create winamp like visualization in wav player?
    By V.G in forum Windows Programming
    Replies: 0
    Last Post: 10-13-2004, 07:08 AM
  3. opengl help
    By heat511 in forum Game Programming
    Replies: 4
    Last Post: 04-05-2004, 01:08 AM
  4. structure vs class
    By sana in forum C++ Programming
    Replies: 13
    Last Post: 12-02-2002, 07:18 AM
  5. Tab Controls - API
    By -KEN- in forum Windows Programming
    Replies: 7
    Last Post: 06-02-2002, 09:44 AM