Hello
when i try compiling a program with the below code
the compiler display an error message (shown in the atteched image)
IF GetDlgCtrlID(lParam) = LabelFN THEN
'wPARAM id device context DC
SetTextColor(wPARAM, RGB(0,0,250))
SetBkMode(wPARAM, TRANSPARENT)
FUNCTION = GetStockObject(NULL_BRUSH)
EXIT FUNCTION
END IF
the compiler found 2 unidentified objects NULL_BRUSH and TRANSPARENT
this must be caused by a missing include file
i have use CoreWin what other include file shall i use?