how to get currently selected Bitmap's ID or reource no?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I added bitmaps in array and display in screen. By clicking mouse event, i increment the image and load next bitmap.Now i need to know the currently selected bitmap for further validation and processing. It will be easy if it returns Resource NO or ID so that i can verify and process. Getobject and GetCurrentBitmap does not solve this issue.How to do it?:confused: BSugu
-
I added bitmaps in array and display in screen. By clicking mouse event, i increment the image and load next bitmap.Now i need to know the currently selected bitmap for further validation and processing. It will be easy if it returns Resource NO or ID so that i can verify and process. Getobject and GetCurrentBitmap does not solve this issue.How to do it?:confused: BSugu