Hello,
I'm currently experiencing a quite annoying problem.
I've made a small code which is adding some items to a standard VB menu when program is running (From a list box).
Code is as follow :
Everything is working fine except for 1 thing :
I want just the currrently selected item to be checked.
I've wrote the following code in the menu :
It's checking the currently selected item but not un-checking the previous item.
Is there some way to uncheck all the previous items?
Thanks in advance!
All the best,
Need for Help!