Ramesh,
You could do it with checked items. You would have to call a function and uncheck all other items in the group and check the one clicked on by the user.
You could also probably do something similar using a bitmap.
James
Ramesh,
You could do it with checked items. You would have to call a function and uncheck all other items in the group and check the one clicked on by the user.
You could also probably do something similar using a bitmap.
James
Mr.James,
As you said, I have to write a function to check the clicked menu item in
a group and uncheck the rest.
>> You could also probably do something similar using a bitmap
Really a good tip.
Regards,