.
The GetSysColor API
1/26/2011 5:32:41 AM - -155.104.37.17
.
GetSysColors
The GetSysColor API
1/26/2011 5:32:41 AM - -155.104.37.17
.
The GetSysColor API
1/26/2011 5:32:41 AM - -155.104.37.17
.
static extern uint GetSysColor(int nIndex);
.
Public Shared Function GetSysColor(ByVal nIndex As Integer) As Integer
.
Dim i as Integer = GetSysColor(1)
.
'GetSysColor returns in BGR byte order NOT RGB
.