Hi, I am developing a program in VB.NET and I have a form in which I have about 25 components (including textboxes, comboboxes, checkboxes etc.) In the begining of my code I need to initialize all of them to null. It is quite cumbersome to initialize each one, one after other. Is there a way I can initialize all of them at once? Somebody please help!