Removing taskbar button
BlitzPlus Forums/BlitzPlus Programming/Removing taskbar button| 
 | ||
| Anyone figured out how to remove an apps taskbar button? (and no, i cannot make it a tool window in this case) 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
 | 
| 
 | ||
| ahh Should've thought of that :) Tracer |