Thread: Footer Window (always on bottom from its parent)

  1. #1
    Registered User
    Join Date
    Jun 2013
    Posts
    5

    Footer Window (always on bottom from its parent)

    Hi guys, This forum has been very helpfull to me. I'm new to Win32 API.

    I've a new question:
    I have a main Window for my program, and then I made another window wich works like a footer.

    By using mathematics I can get that window to be floated on the bottom of the parent/main window. However, when I resize the main/parent it disapears.

    I would like to know how can I make a footer-type window to be always on the bottom of it's parent. I've been looking for hours but without success.

    Thanks in advance.

  2. #2
    train spotter
    Join Date
    Aug 2001
    Location
    near a computer
    Posts
    3,868
    Have you looked into 'status bar' controls?

    Other than that you need to handle SIZE and MOVE messages and reflect them to your footer window.
    "Man alone suffers so excruciatingly in the world that he was compelled to invent laughter."
    Friedrich Nietzsche

    "I spent a lot of my money on booze, birds and fast cars......the rest I squandered."
    George Best

    "If you are going through hell....keep going."
    Winston Churchill

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Access Function in Child Window From Parent Window
    By Welder in forum Windows Programming
    Replies: 3
    Last Post: 05-20-2008, 03:06 AM
  2. parent window minimizing on child window destruction
    By Yarin in forum Windows Programming
    Replies: 1
    Last Post: 03-02-2008, 09:34 AM
  3. Creating a child window in a parent window
    By vopo in forum Windows Programming
    Replies: 8
    Last Post: 10-06-2007, 04:15 PM
  4. Replies: 19
    Last Post: 09-14-2006, 10:36 AM
  5. Parent window
    By maxorator in forum Windows Programming
    Replies: 4
    Last Post: 08-27-2006, 12:22 PM