Hdc ou hdwn de l'écran

Troopers - 22 juin 2001 à 12:41
 Troopers - 25 juin 2001 à 11:28
Salut!
Existe t'il un hdc ou un hwnd pour l'écran?
Si oui comment les récupérer (API ou autres)
merci

2 réponses

Le hwnd de l'écran est 0, donc tu peux le trouver avec cet API comme ca:

Private Declare Function GetWindowDC Lib "user32" (ByVal hwnd As Long) As Long
Dim hDC As Long
hDC = GetWindowDC(0)
0
Merci
0
Rejoignez-nous