Thanks you very much Tewl.

For others who also need to know how to change the colour of the status bar:

Add reference:
using System.Runtime.InteropServices;

the value for SB_SETBKCOLOR:

int CCM_FIRST = 0x2000;
SB_SETBKCOLOR = (CCM_FIRST + 1);