Software FX Posted October 4, 1999 Report Share Posted October 4, 1999 We are aware of this problem. The reason it happens is because we send all the keys back to the parent window. Accelerator keys are preprocessed by the parent window so when it gets to us, it was already processed. We don't have a way to distinguish if the key that we received is an accelerator or not. To prevent it, you must prevent the chart from getting the focus. You can do this by capturing the GotFocus event and setting the focus to another control. Frank SFX Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.