I want to create a composite control which will consist of several windows controls like buttons,text boxes and grid. I want my control to have a SHOW method , just like the Windows form control..so that if I write control.show, then it will pop up just like the form control.Can anyone help me.