Get default Icon Width using GetSystemMetrics API
Get default Icon Width using GetSystemMetrics API
Rate Get default Icon Width using GetSystemMetrics API
(1(1 Vote))
Dim x As Long
x = GetSystemMetrics(11)
MsgBox "Default Width of icon is " & x & " pixels"
End
End Sub
Get default Icon Width using GetSystemMetrics API Comments
No comments yet — be the first to post one!
Post a Comment