02-23-2007 07:39 AM
02-23-2007 07:46 AM
Hello Subrata,
The colour can be changed the same way that you change the value of any control, like a regular numeric control:
SetCtrlVal (pnlHandle, PNL_COLORNUM, VAL_BLACK);
Instead of VAL_BLACK or any of the predefined RGB colors in userint.h, you can enter your own RGB color, like 0xA0523C.
02-23-2007 07:47 AM - edited 02-23-2007 07:47 AM
Hello Subrata,
Edit : Nevermind, just made a mistake (moreover, the answer's already been given
)
Regards,
Message Edité par Mathieu Steiner le 02-23-2007 07:48 AM
Message Edité par Mathieu Steiner le 02-23-2007 07:51 AM