Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I know that there is something like this: invApp.CommandManager.ActiveCommand which tells me what command is active. The problem im facing is, on fast pc's if a command is clicked this will be the button you just clicked and on slower pc's it looks like it is the command that was active before clicking the button. (Not 100% sure if thats the case, but it looks like it)
I need to now what command was active before clicking the button. Depending on what it was the method should immediately return. Any ideas how to achieve that?
Solved! Go to Solution.