R RAHUL New member Local time Today, 04:34 Joined Oct 1, 2004 Messages 5 Oct 27, 2004 #1 Hi i want to set tool tip text for the items of list box . When the mouse pointer is over the item in list box it will show the full text of item in control tip. Its urgent ????
Hi i want to set tool tip text for the items of list box . When the mouse pointer is over the item in list box it will show the full text of item in control tip. Its urgent ????
K Keith P Registered User. Local time Today, 12:34 Joined Oct 11, 2000 Messages 122 Oct 27, 2004 #2 In the On_Click event try somtething like Me.myControl.ControlTipText = Me.myControl.Column(4) Column(?) being the one holding the descriptive text
In the On_Click event try somtething like Me.myControl.ControlTipText = Me.myControl.Column(4) Column(?) being the one holding the descriptive text