Originally posted by Criki
I don't know exactly what it is that you want me to copy. Is it just the VB code that is automatically entered?

FYI: When I look in the Object Browser it's all there, also.

It's craziness.
Yes, copy all of the code in the 'Windows Forms Designer Generated Code' region and post it here (post it between the CODE tags, see the vB Code help link when you reply).

As I've said, the code in that region really isn't anything special. All of the controls on your form are just variables. These variables are declared and initialized in the Windows Form Designer Generated Code region. If you expand that region, and post the code here, I'll be able to know all of the controls on your form and their properties, and therefore be able to tell you whats going on and how to fix your problem.