I'm writing an MMC snap-in that grabs some data from a database and puts it into a form. I want to update the status line to say how many records were found. I have the ASyncStatus object, but calling Complete, like the example code does, results in nothing. I'm stumped.

I'm doing the call from a form, whereas the example code does it from a node. Is that what's up? MMC can be stupid sometimes, so I wouldn't be surprised.

link|improve this question

76% accept rate
feedback

closed as off topic by Merus Nov 19 '08 at 4:26

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

1 Answer

Alright, I worked it out: doing it from the form causes problems. I restructured things so I send status bar updates from the node, and it all works nicely. Thanks for your, ahem, help, Stack Overflow.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.