There are many different way to show a msg / dialog to the user (and all works fine but...):
1) Msgbox
2) Msgbox2
3) MsgboxAsync
4) InputDialog
5) DateDialog
I'm using all the above msg / dialogs within my project. I have only a "little" problem.
My final user (for app approval and payment) says to me: "messages isn't complaints with the company colors". :-(
So the problem is that I can set Background and Foreground (complaints colors) for the panels, labels and images but not for all the above msgbox and dialogs. Is this correct?
If the answer is "yes" which is the (smarter) solution to solve this and allow to set the colors ?
Thanks in advance for your reply.