Results 1 to 3 of 3

Thread: subclassing MinMaxInfo

  1. #1

    Thread Starter
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628
    First of all, you should ALWAYS call the default message handler.
    2nd of all, how small? Windows won't let you prevent it from resizing smaller than a certain point, due to the fact this would prevent window minimizing, which is really just resizing a window and moving it down. check the dimensions of a window next time you minimize it. I don't see anything wrong with your code (except the case part).
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

  2. #2
    Guest
    Lord Orwell: There are times when calling the default the message handler are not necessary. For example, if you do this while doing a type of paint operation (like painting a subclassed messagebox) then it will not work.

  3. #3

    Thread Starter
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628
    really? I was under the impression that if you didn't pass the info on to the message handler always, that it could miss other messages that are sent at the same time.
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

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