| |
|
|
- Page 1 - |
|
Georg Bernhardt | Hi,
can I prospeed functions using around the Desktop gray darzustellen, as at Shutdown of XP happens?
would cool
Georg |
|
|
| |
|
|
|
| |
|
- Page 1 - |
|
| @Georg:
that depends whether your statement interaktiv and bedienbar his should - or static.
static:Yes Interaktiv:No
If it you only around the Rendern one individual Bildes goes so can The Prospeed.Dll there sure help.
salvo. |
|
|
| |
|
|
|
Georg Bernhardt | thanks for Notes,
It's all right me circa The following: i will a Website in the Browser Call and then standing as Website in Gautönen looks.
Regards
Georg |
|
|
| |
|
|
|
Michael Wodrich | there would I with whom Grafikeinstellungen the Bildschirmes time look over. there's Special Modi for plasma-Schirme. If itself the OnTheFly switch can, then is the well the sought. |
|
|
| Programmieren, das spannendste Detektivspiel der Welt. | 11/04/05 ▲ |
|
|
|
|
| correctly. - so many Grafikkartentreiber (particularly ATI & NVidia) afford such Features into Settings. simply The Farbintensität on zero set and the desired Result is visible.
but I faith the Georg I ment circa something integrally Bestimmtes - so it The Prospeed benefit wished...?!?
salvo. |
|
|
| |
|
|
|
Frank Abbing | Hi,
Yes, the can The ProSpeed too. Unsichtbares Window produce, Bildschirminhalt as byte-aray, function Grey(), ready. If you something firm are, can you you one Program on Tastendruck create. |
|
|
| |
|
|
|
Georg Bernhardt | Hi,
be only one gelegentlicher Profan programmierer well then Have I nischt found, How I the Bildschirminhalt into byte-aray catch can. One Image is clear, but the Clipboard?
Greeting
Georg |
|
|
| |
|
|
|
Frank Abbing | Hi,
- HDC create with the Maßen the Screens, CreateExtBmp(). - Screen in HDC copy, CopyExtBmp(). - byte-aray produce, InitExtFX(). - Grey() Call with Zielbitmap %HDC (and again with %HDC2).
ready. then Grafikobjekte unlock:
- ByteArray enable, FreeExtFX(). - HDC enable, FreeExtBmp(). |
|
|
| |
|
|
|
Georg Bernhardt | Hello
thanks. principle understood How I faith, will be it today afternoon try and check, whether I it really understood have.
Greeting
Georg |
|
|
| |
|
|
|
Georg Bernhardt | Hi, principle understood, is means not The Solution find, How I now experienced have. I can of course the whole with a Profanfenster release but with the Desktop works not. load I one Image GEHTS. CompileMarkSeparationDeclare neu&,x&,y&,z&,text$,name$,x!
Declare hdc1&,hdc2&,array1&,array2&,dinohdc&
*** Alle Dll-Funktionen einbinden
$I Prospeed_Funktionen.inc
*** Profan Hauptprogramm
SetTrueColor 1
neu&=usedll("ProSpeed.dll")
StartWatch()
WindowStyle 80 $F0 212
Window (%maxx/2-400),(%maxy/2-300)-800,600
Cls 0
hdc1&=CreateExtBmp(%hdc,800,100)
CopyExtBmp(hdc1&,0,0,800,100,%desktop,0,0,0)
text$="bmps/dinofrank.jpg"
dinohdc&=LoadExtImage(Addr(text$))
array1&=InitExtFX(dinohdc&)
array1&=InitExtFX(hdc1&)
print hdc1&
print array1&
array2&=InitExtFX(hdc2&)
*** Grey Effekt
Grey(%HDC,0,0,array1&)
Grey(%HDC2,0,0,array1&)
StartWatch()
WaitWatch(2500)
FreeExtFX(array1&)
FreeExtFX(array2&)
FreeExtBmp(hdc1&)
FreeExtBmp(hdc2&)
Window 0,0-1,1
Version()
fin:
freedll neu&
END
|
|
|
| |
|
|
|
| so GEHTS: CompileMarkSeparationDeclare neu&,x&,y&,z&,text$,name$,x!
Declare hdc1&,hdc2&,array1&,array2&,dinohdc&
$I Prospeed_Funktionen.inc
SetTrueColor 1
neu&=usedll("ProSpeed.dll")
WindowStyle 112 $F0 212
Window 0,0 - %maxx,%maxy
hdc1&=CreateExtBmp(%hdc,%maxx,%maxy)
CopyExtBmp(hdc1&,0,0,%maxx,%maxy,%hdc,0,0,0)
array1&=InitExtFX(hdc1&)
Grey(%HDC,0,0,array1&)
waitinput
FreeExtFX(array1&)
FreeExtBmp(hdc1&)
freedll neu&
END
@Georg: i'd me forward if you your Codes here too properly with the code-Tags mark. then see your Codepostings too so beautiful from as the others. I have your obiges Posting korrigiert - You can it Edit and see I dran changed have.
salvo, iF. |
|
|
| |
|
|
| |
|
- Page 2 - |
|
|
Georg Bernhardt | Hello iF,
thanks, very the isses I Search. be Yes only seldom here in the Forum and would me already gladly correctly behaviour but with the whom code-Tags have I do not understood. by me on-screen see your and my code farblich same from, the only Difference is, your functions and of my not.
Regards
Georg |
|
|
| |
|
|
|
| With the whom code-Tags is Forumüblich. here becomes hold the code not simply as Text eingefügt - separate as an afterthought too yet with CompileMarkSeparation umrandet.
one can alternatively too whom eingefügten code Mark and supra in the Toolbar over the Postingfenster on the Rautebutton # clicking. then power the community The compel Changes dank Javascript of self.
means simply instead of:
print Hello World
rather: CompileMarkSeparation . Leave
the wars already.
salvo. |
|
|
| |
|
|