I have solved the problem! When the AI Bot told me that I was stalling the message loop, I looked deeper. In the original code I was calling PeekMessage() with PM_REMOVE, filtering for WM_KEYDOWN, and then checking for VK_ESCAPE. This consumed the WM_KEYDOWN message but not any other messages...
background color
border drawing
c++
control handling
device context
error handling
events
gdi
graphics
messageloop
opengl
paint handling
rich edit
static control
user interface
window procedure
window resizing
windows api
wm_paint
Hello,
I am a software developer and I encounter a LogonUI problem on Windows 7 when I use a credential provider in particular conditions.
I have modified the SampleHardwareEventCredentialProvider sample of the RTMCredentialProviderSamples__FINAL archive (Link Removed).
The original sample...
asynchronous
credential provider
credentials list
debugging
developer support
dynamic updates
error handling
logonui
messageloop
performance issues
remote reboot
rtmcredential
sample code
software development
system freeze
user interface
windows 7
windows programming