hi all i am developping, with visula studio 2005 and c#, an application which use mappoint...and in the main form i have an activex control which gives the possybility to a user to navigate, zoom the map in the control....
so there is the memory leak of mappoint : the memory grows without stopping after a lot o f zoom...
i have read about the trick of minimize and maximize so i have imported the user32.dll and i send the windows message minimize(code 0xF020) and restore (0xF120) ...the question is: to what handle have I to send the message?
i have tried to send to the mainForm and to the activex1 but i have not seen any grown down of memory in task manager...
please can you help me?