VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

changing the foreground color of a command button

Adarsh. M  (1 Submission)   Custom Controls/Forms/Menus   VB 6.0   Unknown Difficulty   Fri 11th January 2002   Mon 8th February 2021

changing the foreground color of a command button

API Declarations


Private Declare Function GetDC Lib "user32" (ByVal hWnd As Long) As Long
Private Declare Function TextOut Lib "gdi32" Alias "TextOutA" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long, ByVal lpString As String, ByVal nCount As Long) As Long
Private Declare Function SetBkMode Lib "gdi32" (ByVal hdc As Long, ByVal nBkMode As Long) As Long

Dim i As Integer
Dim j As Integer

Rate changing the foreground color of a command button (2(2 Vote))
changing the foreground color of a command button.bas

changing the foreground color of a command button Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters