hi guys,
I need to invert colors of a text box and its text that's background color of text area becomes the color of the characters and vice versa.
I tryed this but it didn't work
TextBox.BackCol or = TextBox.ForeCol or
TextBox.ForeCol or = TextBox.BackCol or
they both had the same color :S
I need to invert colors of a text box and its text that's background color of text area becomes the color of the characters and vice versa.
I tryed this but it didn't work
TextBox.BackCol or = TextBox.ForeCol or
TextBox.ForeCol or = TextBox.BackCol or
they both had the same color :S
Comment