SendMessage(FindWindow(null, "Map - Microsoft MapPoint North America"), WM_COMMAND, 35388, 0);
after some Spy++ investigational work, i found that this is what needs to be sent in mappoint 2009:
SendMessage(FindWindow(null, "Map - Microsoft MapPoint North America"), WM_COMMAND, 35221, 0);
So there you have it. I hope this helps.
2 comments:
I think a lot of the windows messages have changed, a couple of the articles on MP2K Magazine probably need to be updated. Would you be willing to write a "how to" and post on Map Forums or MP2Kmag?
I have no problems with that. Is there a specific thread that it would fit best?
Post a Comment