In My VB 6 application, I used a module to set some properties of the controls on the MDI Form. Is it possible in VB.NET??

How would it get an access to the Form.

I thought of creating a Form Object using a New() Statement on the MDI Form but then realised that it would just create an object and would not refer to the actual MDI Form.

Please suggest.