Handling the PIN entering dialog
Mobile
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all, does anyone know how to handle the PIN entering dialog? e.g. if i want to replace the PIN entering dialog with my own dialog? how can i do that? thanks
have you looked at the "let Me in" example posted in Microsoft's Knowledge base - available here http://support.microsoft.com/kb/314989[^]. Essentially you need to develop a DLL with a few specified entry points. The following blog posting may also help guide you - http://blogs.msdn.com/marcpe/archive/2005/11/22/495780.aspx[^] Hope it helps, Christopher Fairbairn