Trigger paint event

  • Thread starter Thread starter Matthew
  • Start date Start date
M

Matthew

I have a main form that creates several other forms. I would like to use
one of those created forms to trigger the paint event for all the other
created forms.

Is this possible?

Matthew
 
Hi,

Invalidate the form.

Ken
----------------
I have a main form that creates several other forms. I would like to use
one of those created forms to trigger the paint event for all the other
created forms.

Is this possible?

Matthew
 
Invalidate the form.

Thanks for the response. I was not able to invalidate a "subform" from
another subform.
I ended up calling one with ShowDialog() and returned a result to the main
form. In the main form I invalidated the form.

Matthew
 

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

Back
Top