|
i am writing an application in vb.net. i have observed that on some screens (14' and 15' ) the controls on the lower part disappear. can u help me change it dynamically?[font=Arial] this is what i tried Public Function ScreenResolution() As String Dim intHerticalAxis As Integer = Screen.PrimaryScreen.Bounds.Width Dim intHorizontalAxis As Integer = Screen.PrimaryScreen.Bounds.Height Return intX & " X " & intY End Function
|