Hi all,
Can any one tell me how to accept super script and subscript through the
text box or any other control used by VB
BR
nitai
-----Original Message-----
From: David Biggins [mailto:David_Biggins@U...]
Sent: Thursday, February 14, 2002 4:32 PM
To: professional vb
Subject: [pro_vb] Re: How can skip events
> Dear programmers,
> There are many events related to a text box but
sometimes
> i want skip some events to be occured.can any body suggest me how can i
> skip a perticular event.
> -Mukul
Either selectively set the enabled property to false and true according to
whether you want events.
Or create a form-level variable that you set true when you want events
ignored and just return immediately from the event routines whenever it is
set.