'Get Background color of a device context using GetBkColor API
'Get Background color of a device context using GetBkColor API
Rate 'Get Background color of a device context using GetBkColor API
(1(1 Vote))
Me.BackColor = &H12C034
MsgBox "Background color of form is " & Hex(GetBkColor(Me.hdc))
Me.BackColor = &HC0C0C0
MsgBox "Background color of form is " & Hex(GetBkColor(Me.hdc))
End
End Sub
'Get Background color of a device context using GetBkColor API Comments
No comments yet — be the first to post one!
Post a Comment