Cannot get translate from .res file Posted by adam on Fri 12 of Nov, 2010 17:12 GMT Ok, i get solution for this problem with using "Quick resource export" in menu. "I think Project.Res file didn't updated... How can i update?? and why not updated when i import excel file? Thanks,"
Posted by adam on Sat 13 of Nov, 2010 08:42 GMT > Ok, i get solution for this problem with using "Quivk resource export" in menu. > > "I think Project.Res file didn't updated... > How can i update?? and why not updated when i import excel file? > Thanks,"
Posted by Phil on Tue 16 of Nov, 2010 22:46 GMT Hi, firstly, I can no longer see your original posting. I don't know why that is. Maybe it is some error in the forum software. The Excel import does not automatically update the .res file. You have to do this by hand. There are several commands in the runtime support menu which you can use: Runtime support wizard Quick resource export Support using resources (old dialog) In fact, the VB6 Add-In never automatically generates the .res file, or updates the function ml_UpdateControls() when it might be necessary. You always have do it by hand. That's just the way I programmed it. It seemed like a reasonable behaviour at the time. Now it seems like a stupid behaviour, and I have changed the .NET Add-In to update the resource files immediately, whenever it is necessary. However, I will not be making any big changes to the VB6 Add-In. Phil