| Re: How to use AfterRedraw()??
Hi,
Yes AfterRedraw is like the name say, it is fired after every redraw. This is after a map load, zoom, pan, etc.
About the logo. You can hide it by putting a panel on it and you can put on the panel a bitmap with your own logo. However you must carefully read the end user agreement because it say something of the logo. Depending the use of the map it may not be removed.
If you bother about the poping up of MapPoint help when someone click on the logo then just put a transparant panel on it, so the panel will intercept the mouse click and you are rid of that.
About the created GIF image, please also read carefull the end user agreement for it. You can get rid of the lines if you copy the map in your code to clipboard. Then you can copy it back into your own bitmap and save it to a file. The Html page you can generate yourself easy if needed. |