I was wondering how would I be able to to set the background color and forecolor of a textbox using API calls? Thanks.
Printable View
I was wondering how would I be able to to set the background color and forecolor of a textbox using API calls? Thanks.
I am wondering why you want to do that when you have the BackColor and ForeColor properties that are so easy to use.
Well, if you are looking for some API adventure check out SetBkColor and SetTextColor APIs.