Results 1 to 3 of 3

Thread: Menu Class

  1. #1

    Thread Starter
    Hyperactive Member Amon Ra's Avatar
    Join Date
    Feb 2001
    Location
    In some cave on Uranus...
    Posts
    500

    Question Menu Class

    I want to create a class to create ownder-drawn menus. I just dont know what data type I should use. How would I control my menus from the class. Should the class be of type HMENU? Thanks
    Amon Ra
    Amon Ra
    The Power of Learning.

  2. #2
    denniswrenn
    Guest
    A class is it's own type....

    Code:
    class MyMenuThingy{
    public:
    MyMenuThingy();
    ~MyMenuThingy();
    HMENU CreateMenu();
    //etc..
    private:
    //private stuff here.
    
    };

  3. #3

    Thread Starter
    Hyperactive Member Amon Ra's Avatar
    Join Date
    Feb 2001
    Location
    In some cave on Uranus...
    Posts
    500

    Talking ok...

    Ok, boss thanks
    Amon Ra
    Amon Ra
    The Power of Learning.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width