Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ActiveControl Properties

0 views
Skip to first unread message

B F Cole

unread,
Nov 16, 2007, 3:04:13 PM11/16/07
to
I want to change the background color of a label associated with a textbox
on a form. The code below placed in a function was suggested as a means to
do this.

Me.ActiveControl.Controls(0).BackColor = iBlue

Where can I find a list of the properties for ActiveControl and the indexes?

This code to change the textbox backgound color works.

Me.ActiveControl.BackColor = iBlue

Thanks for your usual fine suggestion,
Bill


0 new messages