commands being ignored

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I'm having a hard time understanding why some commands appear to be ignored
during an event.
I have a group of tabpages, and when one tabpage is left, I have a Focus
Leave event that captures a snapshot of that tabpage (a bitmap). But what
I'm having trouble with is this:
The first command I say under Focus Leave is picturebox1.Visible = false.
Then I tell it to CaptureTab4(). When I go to look at the captured image,
picturebox1 is still in the snapshot. I don't understand why.
I'm having similar problems elsewhere in my program that I think are related
to this, so any explanation(s) would be wonderful!!!
Thanks,
Mel
 
Back
Top