SetSysColor

    SetSysColor - Windows System 색상 설정

    Private Declare Function SetSysColors Lib "user32.dll" (ByVal nChanges As Integer, ByRef lpSysColor As ieSystemColor, ByRef lpColorValues As Integer) As Integer - VB.NET 선언 Public Enum ieSystemColor As Integer iScrollBar = 0 iBackGround = 1 iActiveCaption = 2 iInactiveCaption = 3 iMenu = 4 iWindow = 5 iWindowFrame = 6 iMenuText = 7 iWindowText = 8 iCaptionText = 9 iActiveBorder = 10 iInactiveBor..