| |
|
|
Georg Bernhardt | Hi,
there a Possibility whom whole Content one Fensters z.B. a Browserfenster, not integrally on the screen fit (Scroll bar right) auszulesen and one Grafikdatei To Save? for Firefox there a expansion, The the power (ScreenGrab). I need but one Program, the generally einsetzbar is. has there someone one idea?
Greeting
Georg |
|
|
| |
|
|
|
| No for a generally-working Solution missing it here the windows-GUI on the compel know.
The windows-GUI knows namely self not what :
a) behind a window for Pixel lying b) ausserhalb the Anzeigebereiches for Pixel lying
accordingly can this always only from the eigendlichen application self created go. |
|
|
| |
|
|
|
Frank Abbing | Hi,
something like Ähnliches watts already often discusses. its so How iF it implied has. One Program needed in the rule a HDC and a Bitmap, circa his Window so To fill. at least a Bitmap. once windows reports, the one Window new drawn go must, copies the program its HDC new into Window-DC. windows yourself kümmert itself but around the Clipping and undertaking thereby only The trimmed Grafikdaten. want now one Fremdprogramm The Grafikdaten read, can it only whom Fensterhandle detect and so too only whom Window-DC. and accordingly sustain it only The trimmed data. on The originalen data can not heran, because the HDC for Fensterrestaurierung only the Originalprogramm famous is. I see but two Opportunities, still to that target To gelangen.
1. the Originalprogramm position over a interface whom lever on its Restaurierungs-HDC available.
2. Snap-Program analysiert whom Maschinencode on Vorkommen the API BitBlt(). or patched BitBlt() directly. But only take off real Gurus. means vergiss it. |
|
|
| |
|
|
|
Georg Bernhardt | Hi,
I bastele still on it around one Browserfenster entire auszulesen well then should I know, How one The Bildschirmkoordinaten one others Fensters (z.B.) Browserfenster (%getfocus?) read can. above it lay I one Profanfenster and make a Screenshot etc. etc.
Georg |
|
|
| |
|
|
|
Frank Abbing | API:
GetWindowRect() GetClientRect() |
|
|
| |
|
|
|
Georg Bernhardt | Hi,
Why works the, Browserfenster is currently
browserwin& = %getfocus Global(browserwin&,34)
scrolls The Page in the Browserfenster
and not
example To api_GetWindowRect,USER32
Def @Getwindowrect(2) !USER32, GetWindowRect
Declare B#,Browserwin&, xl&,xr&,yo&,yu& Browserwin& = %getfocus
Dim B#,16 @Getwindowrect(Browserwin&,B#) xl& =Long(B#,0), yo&=Long(B#,4) xr&=Long(B#,8) yu&=Long(B#,12)
The values are then 0 Versteh I do not. has someone a response?
Georg |
|
|
| |
|
|
|
Jac de Lad | I kanns strain not try, but Perhaps helps Yes GetActiveWindow in lieu of of %getfocus! |
|
|
| Profan² 2.6 bis XProfan 11.1+XPSE+XPIA+XPRR (und irgendwann XIDE) Core2Duo E8500/T2250, 8192/1024 MB, Radeon HD4850/Radeon XPress 1250, Vista64/XP | 02/07/06 ▲ |
|
|
|
|
Georg Bernhardt | Jawoll you have right
Georg |
|
|
| |
|
|
|
| Hello Georg, You make the well gladly what?
I speech of omit the [CODE]-Tags.
Mach time Please gladly CodeTags. |
|
|
| |
|
|