I think the "group" switch is only available on the radio button object. It simply allows you to choose only one of the radio buttons that are within each group. I can't think of any other object that would benefit directly from having grouping.

In theory you could "link" other objects (list boxes, edit boxes, etc) through code to allow grouped radio boxes to enable/disable those objects.

BTW, it's typical for ALL radio button objects to be grouped in some way. Radio buttons are grouped into one large group in mIRC by default. In your sample code, you have a single radio button that is not in a group. In that case, a check box might be the ideal choice so that the single option can be unselected (in windows style).

-genius_at_work

Last edited by genius_at_work; 05/04/06 02:10 PM.