Re: How to add user control when logon to Vista?



On 12月7日, 下午8时07分, zhujiong...@xxxxxxxxx wrote:
Hi all,
I write a provider credential for Vista in which I want to display
a user face when user logon, that means we can use a face for
authentication, and user doesn't need to input password.
In my source code, I create a thread to display a dialog when user
selects a credential. There is user control in the dialog to display
user's face. In debugging, when user logon, the thread calls
CreateDialog() to create a modeless dialog, but it fails and returns
NULL, however, GetLastError() returns 0. If there is not user control,
or there is only MS control, CreateDialog() will succeed.
Further more, I test that dialog after login to Vista, and it can
be displayed normally. I wonder why the user control can't be used in
logon credential, and can be used after user login?

Have fun,
Jimmy

I verify it again, and find that even I replace the Control with
another user control which do nothing and display itself, the dialog
can't be create successfully. Does it mean any user control can't be
used when logon to Vista, or there is some specific compile options
for user control?
.



Relevant Pages

  • How to add user control when logon to Vista?
    ... I write a provider credential for Vista in which I want to display ... There is user control in the dialog to display ... In debugging, when user logon, the thread calls ...
    (microsoft.public.platformsdk.security)
  • Passing arguments to a user control
    ... I have a user control that gets displayed via an AJAX modalpopupextender. ... If it's desired to have it display a db record, ... Save and a Cancel pushbuttons equal to true. ... Protected Sub Page_Load(ByVal sender As Object, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: MultiSelect Combo Box
    ... > I thought he was just going to display the Where clause of his SQL query> when he was done. ... > "Rick Rothstein" wrote in message ... >>> You could make a user control with a textbox, ... >> I'm still wondering what, assuming multiple selections have been made, is>> going to be displayed in the text field which would give the user a clue ...
    (microsoft.public.vb.general.discussion)
  • Data is posted back every time when usng F5
    ... In my web application when hiting the F5 the data is posted again and again. ... Button is a User Control and is been used many places, ... "To display the webpage again, Internet Explorer needs to resend the ...
    (microsoft.public.vstudio.development)
  • Re: Text Appears in Browser, but not in Page Source
    ... as the contents of an update panel is built by javascript, ... switch to firefox which will display generated source. ... What I'm confused about is this: When I run the application and select a menu item and the associated user control is loaded and rendered to the browser - why is it that when I view the page source I cannot see the text that is displayed in the browser? ...
    (microsoft.public.dotnet.framework.aspnet)

Loading