<div class='quotetop'>QUOTE(ghostwalker @ Oct 30 2005, 12:21 PM)
Quoted post</div><div class='quotemain'> Will this do
My system:
Intel® Celeron™ CPU
1300MHz
1.29 GHz 512 mb of ram
RADEON 9200 (ATI ALL IN WONDER Card)
[attachmentid=758]
The screenshot folder has the focus yet stays behine notepad and it seems my widgets set between the two. [/b][/quote]
Well, that looks like a confliction between your widgets and their Z-orders, and the folder is on top because I hadn't yet made it detect if the Notepad is even in focus, so it stays on top, but the border z-order changes accordingly. I'll have to work on how the z-orders are handled so that kind of thing doesn't happen.
I just discovered something in my code that speeds up moving speed of the window quite a bit. I left it so every single time you move the Vista border is redraw, which is not necessary; only on resize does it need to be redrawn.
I'm testing it on other windows right now, and it's working just fine with 85 percent of the windows I try it on, but doesn't seem to work well with applications made in VB6, because they all have the same class name, which is annoying.
ghostwalker: how was the speed of the moving and such when you did it?
Main Menu