I'm trying to alter Z-INDEX on one of my labels to cover up other controls on my page. It covers textboxes and other labels, but not comboboxes. Any ideas on how to cover these guys up (temporarily). I'm not using the Visible property because several of the controls on my page are not visible by default, and it would be a pain to figure out wich controls to leave invisable when I need my main form back. I did attempt to make a seperate form, and pass back the value I need (1 string) but failed misserably.