Function GetHeightDesktop(Byref setting As String) As Integer
Функция извлекает высоту рабочего стола, используя настройки, полученные функциями EnumSettingDisplay или GetCurrentSettingsDisplay .
setting - настройки, полученные функцией EnumSettingDisplay или GetCurrentSettingsDisplay
Windows , Linux
#Include "window9.bi"
Dim As String Setting=GetCurrentSettingsDisplay
If Setting<>"" Then
? GetWidthDesktop(Setting)
? GetHeightDesktop(Setting)
? GetBitsDesktop(Setting)
? GetFrequencyDesktop(Setting)
EndIf
Sleep
1920
1080
32
60
Created with the Personal Edition of HelpNDoc: Full featured Kindle eBooks generator