Hi,
I hope someone has used or is using SmartMenuXP en could help me out.
I have a menu with several captions. When I click on a caption the checkbox gets checked... So far so good...
What I want is; When I click on another caption I want the 1st caption to be unchecked... an so on. Something like:
Of course the above code makes no sence in the SmartMenuXP-coding, but it's just an example.
I hope someone has used or is using SmartMenuXP en could help me out.
I have a menu with several captions. When I click on a caption the checkbox gets checked... So far so good...
What I want is; When I click on another caption I want the 1st caption to be unchecked... an so on. Something like:
Code:
Case "KeyAlpha"
If KeyAlpha.Checked = True Then
KeyBeta.Checked = False
KeyDelta.Checked = false
End if
If KeyBeta.Checked = True Then
KeyAlpha.Checked = False..... and so on