lacja
09-13-2007, 10:56 PM
Is it possible within code to select pan mode?
Thanks
Thanks
Pan modelacja 09-13-2007, 10:56 PM Is it possible within code to select pan mode? Thanks Mattys Consulting 09-14-2007, 08:59 AM .AllowEdgePan = True/False Mike Mattys lacja 09-14-2007, 12:10 PM Thanks but I think this is not what I'm looking for. Maybe my question was not enough clear. I've build an application where the user can't do so much thing with the interface. In fact, I've disable almost everything. Now I want to disable the navigation toolbar but I want to give the user the opportunity to pan maps. How can I set my map object to always be in pan mode? Mattys Consulting 09-14-2007, 04:29 PM Hi lacja, I think it is the only possible answer, but I could be wrong ... Mike Wilfried 09-15-2007, 07:11 AM Hi, I've build an application where the user can't do so much thing with the interface. In fact, I've disable almost everything. You can disable everything (every mouse and keyboard messages) by putting a transparent panel on the map. Then the panel will intercept all keyboard and mouse and you can do whatever (like Pan) when user so something with the mouse. | ||