Anyone figured out how to remove an apps taskbar button? (and no, i cannot make it a tool window in this case)
Tracer
Tracer
Win = CreateWindow("", 0, 0, 0, 0, 0, 16) Main = CreateWindow("", 0, 0, 320, 240, Win, 1 + 2 + 4) Repeat: Until KeyDown(1) Or WaitEvent() = $803