Windows GINA question

So I am using a custom GINA built off the back of the Microsoft's Windows Vista/7 sample credential providers

http://www.microsoft.com/en-us/download/details.aspx?id=4057

Basically I need to prevent the "incorrect password" dialog or even better be able to click "OK" from my GINA.

Any details/code snippets would be greatly appreciated.



Thanks!
Last edited on
You're just asking for trouble, trying to mess around with GINA.

You can't click on it because it's displaying on a different workspace.

I suggest you try to work with it, rather than trying to change it.
I have to a credential provider and I do need to prevent or remove the incorrect password dialog if at all possible.
http://msdn.microsoft.com/en-us/magazine/cc163803.aspx
There is also a second sample called GINAHOOK which looks exactly like GINASTUB, except that it goes one step further by hooking into the dialogs that MSGINA displays.

Other relevant links:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa375457%28v=vs.85%29.aspx
http://msdn.microsoft.com/en-us/library/windows/desktop/aa380543%28v=vs.85%29.aspx

Hope those help.
Great help, thanks!
Topic archived. No new replies allowed.