Discussions related to Visual Prolog
David Snook
Active Member
Posts: 36
Joined: 6 Feb 2003 0:01

Taskbar icons

Unread post by David Snook »

I'm using a layered window to create an overlay effect but noticed that it shows as a separate icon on the taskbar. The problem is that this allows the user to potentially delete the overlay window via the
taskbar icon.

I'm guessing that since the overlay window must use the screen window as the parent the overlay
is seen as a separate application?

Is there any way to control how these taskbar icons appear?

Regards,

David Snook
David Snook
Active Member
Posts: 36
Joined: 6 Feb 2003 0:01

Unread post by David Snook »

I found the answer:

Use the extended window style "ws_ex_toolwindow".

David Snook
Post Reply