how is the resize event raised?

M

Miguel

Hi!
I'd like to know how is the resize event raised?
Besides doing resize to the form and changing it's window state is
there any other way of raising the event?

Thnx in advance,

Miguel
 
H

Herfried K. Wagner [MVP]

* (e-mail address removed) (Miguel) scripsit:
I'd like to know how is the resize event raised?
Besides doing resize to the form and changing it's window state is
there any other way of raising the event?

Why do you want to do that? Why not take the code from the form's
resize event handler and add it to another procedure and call this
procedure from both, the resize event handler and the place where you
want the code to be executed too.
 

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