Jump to content

Window without Taskbar


 Share

Recommended Posts

Looking for a way to remove a windows button in the task bar. I've looked and even tested quite a few (using koda) through all the Styles and ExStyles, and nothing struck me that would accomplish this. Anyone have any ideas?

Ooo Ëxçã¿îbúr ooO"Information Is Not Knowledge." ~Albert Einstein
Link to comment
Share on other sites

I tried your suggestion, and didn't see anything change. For clarity sake, what i want removed is the button you click in your task bar, not the icon in the task tray or anything else.

Ooo Ëxçã¿îbúr ooO"Information Is Not Knowledge." ~Albert Einstein
Link to comment
Share on other sites

I tried your suggestion, and didn't see anything change. For clarity sake, what i want removed is the button you click in your task bar, not the icon in the task tray or anything else.

As Alek said!

#NoTrayIcon
#include <GUIConstants.au3>

$Form1 = GUICreate("Form1", 633, 454, 193, 115,-1,$WS_EX_TOOLWINDOW)
GUISetState(@SW_SHOW)

While 1
    $nMsg = GUIGetMsg()
    Switch $nMsg
        Case $GUI_EVENT_CLOSE
            Exit
    EndSwitch
WEnd
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...