I'm working on a credential provider that i can modify easily, but Iâve run into a few snags. I have a routine in GetSerialization that could take several seconds to run, the problem is that in the meantime all of the controls are still active. What are some solutions that have been used to keep the user from clicking submit again or going back and changing their input? Here is a link what Iâve done, i would love some input on it. I've only included the base framework to switch between the various screens I figure I need. Am I barking up the right tree? http://sites.google.com/site/nathangoing/visual-c/CredentialProviderTest.rar
Hi Nathan, I am doing the same kind of thing, and to prevent the user to perform any action while processing the data, I display a modeless animated window during the operation. Anne "Nathan" wrote in message news:C6E98186-234C-4B63-9BAB-375605ECF26E@microsoft.com... > I'm working on a credential provider that i can modify easily, but I've > run > into a few snags. I have a routine in GetSerialization that could take > several seconds to run, the problem is that in the meantime all of the > controls are still active. What are some solutions that have been used to > keep the user from clicking submit again or going back and changing their > input? > > Here is a link what I've done, i would love some input on it. I've only > included the base framework to switch between the various screens I figure > I > need. Am I barking up the right tree? > > http://sites.google.com/site/nathangoing/visual-c/CredentialProviderTest.rar