Loading...
 
Multi-Language Add-In for VB6

Multi-Language Add-In for VB6


Cannot get translate from .res file

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,"

> 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,"

Germany

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