Hope I have not asked this before. I sometimes change the backcolor of a form. But when I install the program
on an other comuter the backcolor is sometimes completely different.
What could be the reason?
Marc
Are you specifying a specific RGB color or a "system color" in the form properties? Using a "custom" color may be okay. You may also want to try setting an RGB value (or a PB color equte) in WM_Create. That should always be the same.