Possible Duplicate:
How can I customize the login screen for Windows Vista & 7?
I am developing a customize windows login screen which will be replaced by default login screen of Windows 7. I need few information for this purpose.
- Is
C#right language for this orC++ - If
C#is good choice then how about WPF for good looking UI. - I am able to authenticate user using
PrincipalContextclass, now after authentication i need to display desktop for that user. how i can do that.
If you could provide any code example or reference then it would be helpful.
According to MSDN Magazine, you can not use managed code nor can you draw your own UI.
Regarding drawing the UI:
Regarding managed code: