J 
		
								
				
				
			
		Jerry Spence1
I have an MDI form with a number of MDIChildren. Each child is identical and
has a single PictureBox on it.
One of the child forms will be the active form. I need to code something
like this:
me.activeMDIChild.Picturebox1.Image = "C:\fred.jpg"
which of course I can't do. How do I refer to this control on the active
form?
Thanks
-Jerry
				
			has a single PictureBox on it.
One of the child forms will be the active form. I need to code something
like this:
me.activeMDIChild.Picturebox1.Image = "C:\fred.jpg"
which of course I can't do. How do I refer to this control on the active
form?
Thanks
-Jerry