M
Mark Lawrence
I've got an addin (VSTO 2008 on Outlook2007) that, upon startup, at user
option may make a web service call to get information to populate a bunch of
postItems in a folder. The web service call could take some time. If the
number of rows returned is large, creating the associated postItems could
take some time.
In previous efforts, there have been ways to manipulate the mouse icon for
the application to indicate that things are happening. I can find examples
for doing that for forms but not for the application in general. Is there a
best practice (other than "don't do that" )
Also, while working through the returned data and creating postItems, is it
necessary to pause occasionally and allow display refresh events to process
so that the user can see what's happening? If so, is there a best practice
for doing that?
option may make a web service call to get information to populate a bunch of
postItems in a folder. The web service call could take some time. If the
number of rows returned is large, creating the associated postItems could
take some time.
In previous efforts, there have been ways to manipulate the mouse icon for
the application to indicate that things are happening. I can find examples
for doing that for forms but not for the application in general. Is there a
best practice (other than "don't do that" )
Also, while working through the returned data and creating postItems, is it
necessary to pause occasionally and allow display refresh events to process
so that the user can see what's happening? If so, is there a best practice
for doing that?