I have the bevel drawn but the color is still black. The SetDCColour didn't work, or is it the lineto that don't work with setDCColour?

Try for yourself:
SetDCColour hDC, vbred
LineTo hDC, width,height
(this is just an example)