"Jonathan Ernst" Jonathan@ErnstFamily.ch wrote:
It's better to avoid using string tables, since now you have converted code to use dialog box instead.
How can I do it for messageboxes ? Is there a way to define them in the resource files or do I have to make a dialog instead of messageboxes ?
Yes, one of the possibilities to use dialog boxes instead of message boxes. But if it's inconvenient for you, then using string tables and LoadString is the only option.