| |
|
|
Nico Madysa | Hallöchen on all sides, I have time again a question: is it possible, directly on the desktop to drawing, means with Line, Rectangle or even LoadBMP / DrawPic? my try with %Desktop are fehlgeschlagen, moreover gives Franks Control-Info for Desktop one other lever as %Dekstop from. (the two values discern itself in the rule but solely on the Einerstelle)
I have already The Win32.hlp search, but only APIs How CreateDesktop and OpenDesktop, The already whom suspicion erweckten, that the well not very simply becomes. would be me over Help very forward.
Greeting Nico |
|
|
| |
|
|
|
Thomas Zielinski | Mach still one Screenshot of Desktop and male there on it rum. |
|
|
| XProfan X4; Win10 x64 Der Kuchen ist eine lüge! | 02/18/08 ▲ |
|
|
|
|
Nico Madysa | Nenee, this is Yes the trouble! The Desktop should moreover useable stay, if I a Screenshot made, should my Window always in the Vrodergrund his - i will against it, that one yet on the side moreover works (or play ) can. |
|
|
| |
|
|
|
Thomas Zielinski | Hehe! i know on what You out want. |
|
|
| XProfan X4; Win10 x64 Der Kuchen ist eine lüge! | 02/18/08 ▲ |
|
|
|
|
RGH | The Systemvariable %DESKTOP determined the lever the Desktop-windows with the API-function GetDesktopWindow:
The GetDesktopWindow function returns a handle to the desktop window. The desktop window covers the entire screen. The desktop window is the area on top of which all icons and other windows are painted.
Greeting Roland |
|
|
| Intel Duo E8400 3,0 GHz / 4 GB RAM / 1000 GB HDD - ATI Radeon HD 4770 512 MB - Windows 7 Home Premium 32Bit - XProfan X4 | 02/18/08 ▲ |
|
|
|
|
| @Nico: If you on the List view the Desktops rumpinseln want then Search with whom Codesnippets to real. |
|
|
| |
|
|
|
Frank Abbing | CompileMarkSeparationDef Xfindwindow(2) ! user32,FindWindowA
Def Findwindowex(4) ! user32,FindWindowExA
Proc Getdesktop
Declare H&
H& = Xfindwindow(Progman,0)
H& = Findwindowex(H&, 0, SHELLDLL_DefView,0)
H& = Findwindowex(H&, 0, Internet Explorer_Server,0)
If H& > 0
Return H&
Else
H& = Xfindwindow(Progman,0)
H& = Findwindowex(H&, 0, SHELLDLL_DefView,0)
H& = Findwindowex(H&, 0, SysListView32,0)
Return H&
Endif
Endproc
cls
WHILE 1
Sleep 500 Prozauslastung drosseln
GETDESKTOP
Startpaint &(0) echtes Handle Desktop in &(0)
line 0,0-%MaxX,%maxY
EndPaint
WEND
WaitInput
|
|
|
| |
|
|
|
Nico Madysa | Achso, the Desktop-Window has then again as List as Child, correctly. understood?
I thanks you for Help, I probier The Codes home from. |
|
|
| |
|
|
|
Nico Madysa | functions fine, thanks! |
|
|
| |
|
|