Hi all,
I'm trying to prevent a user from changing the position of a menu toolbar. What I'd really like is to get rid of the handle that allows you to change it in the first place, but that seems to be difficult.
So I thought, let me restore the menu to it's original position after they move it:
pbm_tbnmoved should do the trick I thought?
But, I've added the event to my main menu and added a messagebox to it: never executes as it seems.
Anyone any info about this? When does the pbm_tbnmoved event fire?
TIA,
Miguel
That's a great solution for what we want to do!
Thank you very much,
regards