GDI, display buffers, ect.
-
hi people! can anyone tell me how to copy to a bitmap what's under my window? I was trying to get full aero effect in XP, bluring, light aura ect. got OK, but I can't get waht to blur ;P P.S. Sorry for my horryble English...
-
hi people! can anyone tell me how to copy to a bitmap what's under my window? I was trying to get full aero effect in XP, bluring, light aura ect. got OK, but I can't get waht to blur ;P P.S. Sorry for my horryble English...
The best way i can suggest is to grab a screenshot of the entire desktop and then grab the area around your window which can be done by using the top, left, width and height properies of the form. Here is a link to code to screenshot the desktop http://www.developerfusion.co.uk/show/4630/[^]
-
The best way i can suggest is to grab a screenshot of the entire desktop and then grab the area around your window which can be done by using the top, left, width and height properies of the form. Here is a link to code to screenshot the desktop http://www.developerfusion.co.uk/show/4630/[^]
thanks man! :) but but this code seems difficult to translate, if you know something like this in Delphi, please let me know... and "grab a screenshot of the entire desktop and then grab the area around your window" seems too slow :( and I need to draw my window to it myself, like
dsct.Canvas.draw(wndpo.x,wndpos.y,wndbitmap);
P.S. I hope Delphi is not a shame here....