Uniwares
Tomato Guru
    
Portugal
2322 Posts |
Posted - Jul 22 2008 : 10:18:18 PM
|
I am close to calling it a butg but in fact its not.
When you rename a member variable of a windows forms class which uses resources (for example a multilanguage dialog) the rename does not rename the resource references.
e.g.: create a windows forms application, set the main forms Localizable property to true, add a ListView control as listview1, add an item to the list view, save, open the .designer.cs file, find the listview1 control and then rename it to something else. From here on, all resource references to listview1 (existing as >>listview1 in the forms .resx) are lost.
While this is an understandable effect (somehow), it works when using the IDE's rename feature. |
Edited by - Uniwares on Jul 22 2008 10:32:46 PM |
|