Hi!

Yes! That could be the reason. I've compiled my project once in release mode, every time before in debug mode. And yes, it's only about my custom controls (which are deriving from the standard controls).

I'm using VS .NET 1.1... I saw in the code that the objects stil exists (Friend Withevents tbTest As Textbox), but that all the positions, whether it does have scrollbars and so on were gone in the code.

But what about the controls that are on the base form not showing in the correct position on a derived form? I've now set back all the controls I'm using to the base form, b'cause that was a possibility I had, but it's not the most nice one, but I get it to work now...

JM