View Single Post

  #1 (permalink)  
Old 08-21-2002
Anonymous Anonymous is offline
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
How to avoid mapppoint control focus when pressing a Key

I want to use several functional Keys for some special features of my Mappoint control application. However, I cannot avoid the focus on mappoint control. I tried to set the Property KeyPreview of the main form to true, but my main form still cannot get the KeyDown event, e.g. When pressing F1, the mappoint online help will show up. This is not what I want. Any suggestions and ideas.
Reply With Quote