.Topmost update

if the .Topmost is placed after the .Show, there is no need for .enabled... [Confused]

so this works too:
code:
...Sleep 0.5
$Popup.Show
$Popup.TopMost = 1
;$Popup.Enabled = 1 <-- line disabled
;$poplabel.enabled = 1 <-- line disabled
While $Popup.Visible
...

Hmmm, strange isn't it?
_________________________
Greetz,
Patrick Rutten

- We'll either find a way or make one...
- Knowledge is power; knowing how to find it is more powerful...
- Problems don't exist; they are challenges...