6 lines
70 B
Text
6 lines
70 B
Text
Public Sub Form_Open()
|
|
|
|
Print Desktop.Width
|
|
Print Desktop.Height
|
|
|
|
End
|