View Single Post
Old Nov 7th, 2007, 10:41 AM   #2
Alias
Newbie
 
Join Date: Oct 2007
Posts: 29
Rep Power: 0 Alias is on a distinguished road
Re: Accesing Control Properties on Another Form

Does an instance of the main form not already exist? is that not where the child forms are hosted?

Creating a new instance of the main form and setting the enabled state of the button of that instance will not have an effect on the form already shown.

Try looking into the forms 'Parent' property and take it from there.
Alias is offline   Reply With Quote