ewatson
May 24, 2005, 04:31:20
I am processing a region in the image control. The processed region draws in the bitmap overlay.
I would like to show a form with the .Show() method but the dialog fails to load completely. If I use the .ShowDialog() the form loads but the bitmap overlay is not drawn.
Any suggestions?
Ideally I want to use the .Show() because I would like to use an event handler to make adjustments to the processed region forcing the overlay to be redrawn.
I would like to show a form with the .Show() method but the dialog fails to load completely. If I use the .ShowDialog() the form loads but the bitmap overlay is not drawn.
Any suggestions?
Ideally I want to use the .Show() because I would like to use an event handler to make adjustments to the processed region forcing the overlay to be redrawn.