Trigger an Event within an Event Handler

F

frank.elk

Hello

I would like to trigger an event from within my code. I have a MouseUp
event handler and I need to call a paint event handler from within the
former, to update the form of my application. Is that possible?

Thanks in advance,
Frankkie
 
G

Guest

(e-mail address removed) wrote in @h48g2000cwc.googlegroups.com:
I would like to trigger an event from within my code. I have a MouseUp
event handler and I need to call a paint event handler from within the
former, to update the form of my application. Is that possible?

You can call a Form.Refresh to repaint the form.
 
F

frank.elk

thanks for the solution!


Spam Catcher schreef:
(e-mail address removed) wrote in @h48g2000cwc.googlegroups.com:


You can call a Form.Refresh to repaint the form.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top