Answers for "Fullscreen method: Property 2"

0

Fullscreen method: Property 2

Public ReadOnly Property ScreenY() As Integer
    Get
        Return GetSystemMetrics(SM_CYSCREEN)
    End Get
End Property
Posted by: Guest on June-10-2021

Browse Popular Code Answers by Language