Thread: Hiding the taskbar

  1. #1
    Registered User
    Join Date
    Jul 2010
    Posts
    27

    Hiding the taskbar

    How can I hide the taskbar and expand a window over it, and after the the window has closed, restore it?

    I searched MSDN about it and didnt find anything useful.

  2. #2
    Registered User C_ntua's Avatar
    Join Date
    Jun 2008
    Posts
    1,853
    Scenario: user tries to close unwanted program. The program hides the taskbar and inserts another copy taskbar on top which is identical except it doesn't list the unwanted program.
    Should we help on that scenario: No

    I would hope that taskbar has some sort of security but maybe not.

    Just being careful here, you can specify what you want to achieve so you can convince people to help you.

  3. #3
    Programming Wraith GReaper's Avatar
    Join Date
    Apr 2009
    Location
    Greece
    Posts
    2,738
    Turning to fullscreen through DEVMODE should apply to your needs i guess.
    Devoted my life to programming...

  4. #4
    Registered User
    Join Date
    Jul 2010
    Posts
    27
    Quote Originally Posted by C_ntua View Post
    Scenario: user tries to close unwanted program. The program hides the taskbar and inserts another copy taskbar on top which is identical except it doesn't list the unwanted program.
    Should we help on that scenario: No

    I would hope that taskbar has some sort of security but maybe not.

    Just being careful here, you can specify what you want to achieve so you can convince people to help you.
    That's a very interesting possibility. However, my application is an OpenGL game. I guess i'll use fullscreen mode.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Getting all window handles on taskbar
    By Yuri in forum Windows Programming
    Replies: 1
    Last Post: 06-17-2006, 04:31 PM
  2. Replies: 0
    Last Post: 11-08-2005, 02:28 AM
  3. Problem with an icon in the TaskBar status area
    By dit6a9 in forum Windows Programming
    Replies: 2
    Last Post: 08-16-2004, 10:33 PM
  4. How do I show the taskbar without activating it?
    By avn in forum Windows Programming
    Replies: 1
    Last Post: 02-22-2003, 09:21 PM
  5. how to throw a windows program into the taskbar on starting?
    By Leeman_s in forum Windows Programming
    Replies: 4
    Last Post: 12-17-2002, 09:55 PM