WCM Forum

WCM Forum (http://www.wcm.at/forum/index.php)
-   Programmierung (http://www.wcm.at/forum/forumdisplay.php?f=17)
-   -   Gotoxy ? (http://www.wcm.at/forum/showthread.php?t=35905)

Peter Peseta 11.11.2001 19:02

Gotoxy ?
 
Weiß jemand von Euch mit welchen Befehl ich einen bestimmten Pixel auf den PC ansteuern kann ? Bei Pascal war es gotoxy (x,y).

pong 11.11.2001 19:34

aha und welche progsprache? asm, c,....?

_m3 11.11.2001 19:37

Mein PC hat keine Pixel - der ist ganz sauber und mit Clerasil gereinigt ! :lol:

fahrdienstleiter 11.11.2001 23:10

Zitat:

Mein PC hat keine Pixel - der ist ganz sauber und mit Clerasil gereinigt !
mit clerasil entfernt ma pickel.......:lol:

Sesa_Mina 12.11.2001 05:24

in vb:

objekt.pset (x,y),farbe
farbe = objekt.point (x,y)

oder mit api calls:

setpixel <objekt id>,x,y,farbe
farbe = getpixel <objekt id>,x,y


In c, c++ oder wasauchimmer ist es auch ned viel anders :)

hoffe gehilft zu haben :)

LDIR 16.11.2001 13:42

In DarkBasic ist es:
INK RGB(r,g,b),0:DOT x,y (I love Dark Basic)
RapidQ:
Image1.pixel(x,y,c) oder so ähnlich
XBasic:
XgrDrawPoint(GrId,col,x,y)

ManfredCCC 16.11.2001 13:59

In IchBinBlond(oo) ist es

Nehme_Eddingstift_in_die_rechte_Hand(int 0);
Entferne_mit_linker_Hand_die_Kappe(int 0);
Suche_Punkt_auf_Bildschirm(int x,y);
Setze_Eddingstift_fest_auf();
Hebe_Eddingstift_an();
Stecke_Kappe_wieder_auf(int 0);
Lege_Stift_zur_Seite();
Verlasse_das_Büro_bevor_der_Admin_kommt(double 0);


:D :D :D


Alle Zeitangaben in WEZ +2. Es ist jetzt 22:15 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© 2009 FSL Verlag