Bitmaps in Dialogues
Hi,
I'm using the trial version of the Multi-Language Add-In for Visual Studio 2005 (C++, MFC)
I encountered a problem when using dialogues with picture controls in bitmap mode (the bitmaps are added as resources in the project).
Whenever the AddIn copies such a dialog, the bitmap ids in the picture controls of the copy are lost and have to be assigned again.
It seems like the first and the last digit of the image-id are cut off in the process.
The original image ids were:
151,152,153,153,161.
The following id values were assigned to the copy:
"5","5","5","5","6".
Hope this helps.
Regards,
Benjamin