Code : Tout sélectionner
OpenLibrary(#First_LIB, "user32.dll")
;Récupère la largeur de l'écran sous windows
width=CallFunction(#First_LIB, "GetSystemMetrics" ,0)
;Récupère la hauteur de l'écran sous windows
height=CallFunction(#First_LIB, "GetSystemMetrics" ,1)
;Récupère la résolution de l'écran sous windows
Resolution=CallFunction(#First_LIB, "GetSystemMetrics" ,15)
;Récupère le handle de la fenetre
giveHdW=CallFunction(#First_LIB, "FindWindowA","Shell_TrayWnd",NIL )
;stocke les valeur requise
CallFunction(#First_LIB,"GetWindowRect",giveHdW,@GetSize)
Debug @GetSize
mais je sait pas comment aller a tel endroit et lire le contenue
merci