Tim Farley wrote:
> Application.DoEvents()
> Humm, I don't know where you've seen that method, but I can't find it in any
> class. On what exact type of object are you calling this ?
It is a standard .NET Framework method. If you are writing your add-in in
non-managed code, you don't have easy access to it. If you are writing in
managed code, you'll need to reference the System.Windows.Forms namespace to
see it.
--Tim Farley
--Tim Farley