Sponsors

SetConsoleTextAttribute

Function name: SetConsoleTextAttribute

Defined in : Kernel32

Requirements : Windows NT 3.1 or later; Windows 95 or later

Declaration:

Declare Function SetConsoleTextAttribute Lib "kernel32" (ByVal hConsoleOutput As Long, ByVal wAttributes As Long) As Long

Parameters:

Returns:

Related functions:

Examples:

Console Application

Console

Categories