Die Suche ergab 553 Treffer

von Derren
01.09.2011 13:42
Forum: Grafik & Sound - Programmierung
Thema: Kleines Bild in Createimage reinsetzen...
Antworten: 12
Zugriffe: 1894

Re: Kleines Bild in Createimage reinsetzen...

Code: Alles auswählen

CreateImage(0, 320,192)
LoadImage(1,"logosw.bmp")
StartDrawing(ImageOutput(0))
DrawImage(ImageID(1), 0, 0)
StopDrawing()
von Derren
23.08.2011 01:17
Forum: Ankündigungen
Thema: PureBasic 4.60 Beta 4
Antworten: 27
Zugriffe: 10579

Re: PureBasic 4.60 Beta 4

EnableExplicit ;-Constants Enumeration 1 #One EndEnumeration #Plus$ = "+" #Emoticon$ = ":praise:" ;-Define Define iOne.i = #One ;-Procedures Procedure.s SayThanks() Shared iOne.i Protected sOne.s Protected sResult.s sOne = Str(iOne) sResult = #Plus$ + sOne + " " + #Emo...
von Derren
15.08.2011 15:01
Forum: Feedback - Spiele
Thema: PARASITE II, Stream-Technik
Antworten: 43
Zugriffe: 20997

Re: IN_GRID_V140811

Sieht ganz gut aus.
Allerdings liegt die CPU-Auslastung auf meinem Dualcore bei 50%.