Click to See Complete Forum and Search --> : setting properties with AIP


September 13th, 1999, 02:23 PM
I was wondering how would I be able to to set the background color and forecolor of a textbox using API calls? Thanks.

Lothar Haensler
September 14th, 1999, 01:32 AM
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.