Click here to Skip to main content
15,889,909 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In C++ Technology:



Actually I have to change the user profile image tiles at runtime. For that in credential provider SetFieldBitmap API is already defined.

But to call this API we need to advise an event. Then I just want know sir how can I advise a specific event which can tell change the image-tile and also tell that what type of image change requires??



Like for I have to display different-2 images for following scenarios:

USER_NOT_MATCHED => RED COLOR IMAGE

USER_DETECTED => BLUE COLOR IMAGE

SYSTEM-IDLE_STATE => LIGHT GRAY COLOR IMAGE

USE_MATCHED => GREEN COLOR IMAGE(for 1 SEC)
Posted
Comments
z3ngew 20-Jun-14 2:53am    
try to search for Dynamic memory allocation

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