View Single Post

  #8 (permalink)  
Old 01-07-2005
Wilfried Wilfried is offline
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,112
Hi,

Quote:
Is there any timeout for MapPoint?
There is some 10 second timeout wich can cause the 'server busy' problem that some people have, but you talk about 1 minute and 30 seconds, so it should be something else

Quote:
Am not too sure how to use the same in "message pump in your loop."
In .NET you enter the message pump by calling:
Code:
Application.DoEvents();
Quote:
System.Runtime.InteropServices.Marshal.ReleaseComO bject to release the objects, Does this cause any problems??
I dont think so but I never used this.
Reply With Quote