02-13-2007 01:56 PM
02-13-2007 02:39 PM
Hi, it is me again. While I am waiting for help, I did try to find the way & I found it. Here is my way:
GetCtrlAttribute (i_Panel, i_controID, ATTR_CTRL_STYLE, &i_ctrlStyle); // Every Control Style has its own constant number
if (i_ctrlStyle == CTRL_SQUARE_RADIO_BUTTON) // ********** CTRL_Style detection
{
}