Acquisition d'une zone d'écran au format DIB

Acquisition d'une zone d'écran au format DIB - Programmation

Marsh Posté le 23-05-2001 à 09:19:17    

Je voudrais récupérer une zone de l'écran au format DIB.
Je ne comprend rien aux explications du SDK : HELP !!!
 
Jusque la, je faisais comme ça:
ghdcScreen = CreateDC("DISPLAY", NULL, NULL, NULL);  
ghdcCompatible = CreateCompatibleDC(ghdcScreen);  
ghbmScreen = CreateCompatibleBitmap(ghdcScreen, 1024, 768);  
SelectObject(ghdcCompatible, ghbmScreen);  
BitBlt(hdcCompatible, 0, 0, XEnd-XTop, YEnd-YTop, hdcScreen, XTop,YTop, SRCCOPY);  
 
Mais je ne recupere pas au format DIB.
Donc, ca ne doit pas changer grand chose, aidez moaaaaa.

Reply

Marsh Posté le 23-05-2001 à 09:19:17   

Reply

Marsh Posté le 23-05-2001 à 10:33:06    

DIB DIB DIB?

Reply

Marsh Posté le 23-05-2001 à 12:36:39    

[:eniac]  
Allez svp
vous ne ferez pas croire que personne n'a jamais fait ça
[:eniac]

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed