How to set dynamic tooltips using class module?
-
I need to amend a class module which shows a calendar view of a schedule with ranges of dates held, for booked courses, in database shown in red. The control generates a table cell for each day. I need to show a tooltip whenever the mouse is over any of the cells for a course booking showing data for the course name and a delegate list from a database. The module uses HTMLTableCells to produce a calendar type display. I've added a property, ToolTipText to the class module but don't know how to proceed.
-
I need to amend a class module which shows a calendar view of a schedule with ranges of dates held, for booked courses, in database shown in red. The control generates a table cell for each day. I need to show a tooltip whenever the mouse is over any of the cells for a course booking showing data for the course name and a delegate list from a database. The module uses HTMLTableCells to produce a calendar type display. I've added a property, ToolTipText to the class module but don't know how to proceed.
Sppose ur cell name is like tdCell1 then use its property title like: tbCell1.Title = "------";
Regards, Rashida Jabeen http://www.akaas.net[^]
-
Sppose ur cell name is like tdCell1 then use its property title like: tbCell1.Title = "------";
Regards, Rashida Jabeen http://www.akaas.net[^]