hag wrote:Is there a function that indicates what resolution a screen is using?
#include "FiveWin.ch"
Function Main()
Local nWidth, nHeight, ;
aRes := ScrResolution()
? nWidth := aRes[ 1 ]
? nHeight := aRes[ 2 ]
? nWidth := GetSysMetrics( 0 )
? nHeight := GetSysMetrics( 1 )
Return Nil
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 47 guests