Click here to Skip to main content
15,884,099 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I am working with Credential Provider, where i build an console application to start a

web cam. I need to add this console application to the credential provider, where the

system reboots the web cam should get start.

I implemented like this in samplehardwareeventcredentialprovider (in Initinstance)

with cvNameWindow("Input", CV_WINDOW_SIZE);
_hWnd = (HWND)cvGetWindowHandle("Input");
::showwindow(_hWnd, SW_NORMAL);

added the handle in to the CreateWindow().

But its not displaying the window in the reboot time.
Posted
Comments
Mohibur Rashid 17-Sep-12 23:05pm    
What stage of reboot time?
Kumar 09 17-Sep-12 23:18pm    
when system gets restarted a cam window should be display for Login Authentication.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900