Ciao
Esiste una funzione che mi dice i pollici del monitor sul quale sto lavorando ?
Grazie
Moderator: Enrico Maria Giordano
? ScreenSize(), ScreenSize( .T. ) // mm, inches
#define HORZSIZE 4
#define VERTSIZE 6
? ( ( ( GetDeviceCaps( hDCM, HORZSIZE ) ^ 2 + GetDeviceCaps( hDCM, VERTSIZE ) ^ 2 ) ^ 0.5 ) / 25.4 )
Return to All products support
Users browsing this forum: No registered users and 14 guests