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);
|
Results 1 to 5 of 5
Threaded View
|
Click Here to Expand Forum to Full Width |