Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys,
i have a short question:
Is it possible to change the color of the font and background in a Popup?
So that the "Hallo there" appears red or in another color?
And the background will be green, for example?
Anyone who can help and have the Visual Basic Code for this issue?
Thanks in advance!
I don't think so.
Maybe you could fake it with a textbox and a button.
Have the textbox and button show on a condition.
When the user clicks the button, it sets a condition that hides the textbox and button.
Okay, thanks!