| |
|
|
| hWin& = @Create(Text, %hwnd, Test1, 10, 10, 500,500) hWin1& = @Create(Text,%hwnd, Test2, 200, 10,256,256) ShowWindow(hwin1&, 0)
hDCWin& = ~GetWindowDC(hWin&) hDCWin1& = ~GetWindowDC(hWin1&)
i want The Page %hdc2 paint of Window hwin1&, which with ShowWindow invisible made watts and then in hdcwin& copieren with :
~TransparentBlt(hdcwin&, 100, 100, 255,255 ,hdcwin1&, 30, 30, 80,80 , $ffffff)
but this must be yes too as Sourcefenster somehow %hdc2 of hdcwin1& indicated go.
How are the?
mfg |
|
|
| |
|
|
|
Frank Abbing | |
|
| |
|
|
|
| startpaint hwin1&.%hdc2 ..... endpaint
is not
startpaint hdcwin1&.%hdc2 ..... endpaint
goes neither
~TransparentBlt(hdcwin&, 100, 100, 255,255 ,hdcwin1&.%hdc2, 30, 30, 80,80 , $ffffff)
goes neither.
In GFA32 functions it with : TransparentBlt(F0.hDC,100,100,255,255, F1.hDC2, 30,30,80,80, $ffffff)
too can I the F1.hdc2 paint in the background.
but in XProfan war I not there.
mfg |
|
|
| |
|
|
|
RGH | The Systemvariable %hdc2 counts only for the Mainwindow, for the XProfan in the Normalfall automatically the Repaint undertaking.
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 | 05/07/09 ▲ |
|
|
|
|
| gives it no possibility one 2. Window in %hdc2 To describe with a Copybefehl of Profan?
mfg |
|
|
| |
|
|
|
RGH | If it you only therefore goes, one Fensterinhalt in the background vorzubereiten and then in a commands to display To bring, then does it already always with the Memorybitmap, everybody can with MCLS produce can. Per Startpaint -1 can on these draw. Flexibler goes it in aktuellem XProfan with of/ one through hBild& = create(hPic, ...) begot Bitmap. Here one can in actually XProfan with StartPaint hBild& on these draw. with StartPaint hWindow& can both the Window with the lever hWindow bring. in the first drop it is with MCopyBmp or MCopySizedBmp drawn and in the second with DrawPic or. DrawSizedPic.
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 | 05/08/09 ▲ |
|
|
|
|
| @Peter: look you time Bomb 3¾ [...] on or z.B. too [...] [...] - there becomes quite exzessiv geHPIC't in link with BitMap-Controls.
(functions integrally wonderful) |
|
|
| |
|
|