RE: credential provider and OnCreatingWindow



My Credential Provider solution made fairly extensive use of custom dialogs,
none of which take any user input (they are all display-only). I never ran
into the time limitation you described. I do, however, refresh the content of
the dialogs via an update thread every couple of seconds: if the time limit
really is enforced, maybe simply refreshing the dialog is enough to get
around it.

"dmm" wrote:

In document "Windows Vista Credential Providers," it states that function
"OnCreatingWindow" (interface ICredentialProviderCredentialEvents) allows
credential providers to retrieve their parent's HWND for displaying custom
dialog boxes. It also states that LogonUI will destroy child dialogs that do
not generate any input for 2 minutes.

My dialog needs to be present indefinitely with possibly long periods of
inactivity.

Questions:
1. Is there a way to override LogonUI's default action?
2. Is there another way of creating a dialog in the credential provider
environment (besides PLAP) that has no time limit on user input?
3. Could I artificially generate input every so often to get around this
prohibition?

Thanks
dmm

.



Relevant Pages

  • Ignore F1-F12 keys when user enters text input on console
    ... The user input it taken using STDIN.getc. ... the entered characters are not displayed and each character is ... obscured by displaying an asterix. ... def TestFunc ...
    (comp.lang.ruby)
  • Re: Textbox control question
    ... I am using a textbox control on a form, to accept user input. ... I will be displaying a prompt ">" at the begining of the last line, ...
    (microsoft.public.vb.general.discussion)
  • Re: Macro code
    ... Gord Dibben MS Excel MVP ... Decision and the macro stops and asks for user input by displaying a dialog ...
    (microsoft.public.excel.misc)
  • Re: Break and Resume?
    ... What about displaying a page with problems and asking for solutions and when ... bad reasoning is to try to interleave processing and asking for user input ... "Ron Bell" a écrit dans le message de ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Beginner Dialog Question
    ... If the user input is validated, ... until the input is validated or the user presses the cancel button. ... everyone has something to complain about for all ... dialogs within an application should all behave the ...
    (microsoft.public.dotnet.languages.csharp)