I was wondering if there is a way to auto/re-generate the .RESX files
with Delphi 2006 and ASCX project type (usercontrol is inherited from DNN
module).
I read there is a bug with .resx and Winforms and the workaround is to
manually insert $R...
I try to include resource files manually (with $R directive) in user control
source
with no success. I also try to include ".resources" file within the project
source
(project manager) with the same result.
How to get design time working with ASCX project (resx file refresh) ?
TIA.
Pascal
Read only the ascx file into a new project worked for me.
--