That's what I thought too but what I have to do is deleted the already created panels and recreate them.

By the way, since it seems you know a lot about vb.net, how do I call a class within another class? Well, here's what I'm trying to do. I am trying to organize my codes a bit since I don't want too many codes just within one form.vb, so I decided that I'm going to add another class so I can put some of my codes into that class. The problem is I don't know how to execute another class once the main class has been executed. Another question I have is, is this the best way to do? What other alternatives besides adding another class?

Many thanks for your help.

ljCharlie