Is it possible to fire a 'MouseDown' event for this control (MS Richt
Textbox, 6, SP4) ?
The object browser does such an event, but I can't get it to fire.
The property sheet does not list the event however. I guess that has to do
with it being an ActiveX control.
How should I create a reference to my Rich Textbox control? Does this look
right?
Dim ctrlReservations As Object
Set ctrlReservations = New RichTextBox
Set ctrlReservations = Me!Reservations
And for sinking to the MouseDown event, I'm trying this, ....
'ctrlReservations MouseDown = "[Event Procedure]"
This gives me runtime error 438 - Object doesn't support this property or
method.
Thanx!
Jeff Bennett - 01 Aug 2003 15:23 GMT
> Is it possible to fire a 'MouseDown' event for this control (MS Richt
> Textbox, 6, SP4) ?
[quoted text clipped - 17 lines]
>
> Thanx!
Definitely MouseDown is supported
Put a copy of the control on your form at design time.
Then you can pull down the MouseDown event declaration from the
comboboxes at the top of the Code View window.
* * Please include a copy of this note with your reply
Jeff Bennett
Jeff@Bennet-Tec.Com
Bennet-Tec Information Systems, Inc
50 Jericho Tpk, Jericho, NY 11753
Phone 516 997 5596, Fax - 5597
WWW.Bennet-Tec.Com
RELIABLE Component Software
and Software Development Services
* TList/Pro * ALLText HT/Pro * MetaDraw *
====================== ======================