Windows XP/Windows 7 and Windows Servers login page
NickName:Arash Ask DateTime:2011-02-03T07:52:40

Windows XP/Windows 7 and Windows Servers login page

I would like to have a windows form application to popup right before when the user enters his or her windows credentials. If the validation in that particular windows form is successful then I want to let the user enter his or her windows credentials. How can I programmatically in C# do that in Windows XP, Vista, Windows 7, and Windows servers like 2003 and 2008.

Thanks a lot!

Copyright Notice:Content Author:「Arash」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/4881336/windows-xp-windows-7-and-windows-servers-login-page

Answers
Marc B 2011-02-02T23:56:13

That would mean bypassing the Window login system, which is not possible. Otherwise anyone could pop up a fake dialog that looks like the regular login page and steal credentials.",


More about “Windows XP/Windows 7 and Windows Servers login page” related questions

Windows XP/Windows 7 and Windows Servers login page

I would like to have a windows form application to popup right before when the user enters his or her windows credentials. If the validation in that particular windows form is successful then I wan...

Show Detail

Building applications on Windows 7 for Windows XP

I believe that some API has changed or has been replaced with another API between Windows 7 and Windows XP. So my app which has been built on Windows 7, fails to load on Windows XP . Is it possible

Show Detail

Time sync between windows xp and windows 7?

Hi i'm trying to do a time sync between windows xp and windows 7 machines. windows XP is my back office server and i have 4 windows 7 machines that are my controllers. The windows 7 machines are not

Show Detail

Develop Windows Phone 7 on Windows XP

I downloaded the Windows Phone 7 SDK yesterday but when I installed it on my Windows XP it complaint that it needs to be installed on Windows 7. My question is, is it possible to install the Windows

Show Detail

Window hook is not working in Windows 7 but in Windows xp

We are migrating our applications from windows xp to windows 7. One of the application is window and mouse hook. same code is working fine in windows xp but it is not working in windows 7 target ma...

Show Detail

Difference in Logoff notification events between Windows XP and Windows 7

I have a service / application which receives notifications of Windows session changes. I have noted a difference in behaviour between Windows XP and Windows 7 and am trying to establish if it is a...

Show Detail

Converting Windows App written on XP to Windows 7

I inherited a huge code base which was written to work on Windows XP. Now we would like to migrate to Windows 7. I do not know what is the proper way to go about this. What is the proper approach t...

Show Detail

PrincipalServerDownException on Windows XP but not on Windows 7

We have a WPF application that runs in full trust. Part of the application checks the membership of a Windows AD group. This works fine on a Windows 7 machine, but not on a Windows XP machine. The

Show Detail

Nasty Png in Tbutton on Windows XP SP3 (XP mode Windows 7)

I have try my app (dev on Windows 7) on the Windows XP Mode (SP3). And my Tbutton (and other) pictures related to TImageList are very awfull (rounded of black).Do you have an explanation ? Or a sol...

Show Detail

WPF renders differently on Windows XP vs Windows 7

Why does WPF render differently on Windows XP vs Windows 7? I'm using .NET SP1 on both computers.. My layout is like this window that has no toolbar and is set to maximize so it fits the

Show Detail