just i need to access the controls on the form.so i need to first access that form.
The controls are properties/members of that form. You can't get to them unless you can get to the form. The only things you can get without having an instance are statics but then those do not belong to an instance either ...