First of all, I'm developing with CF 1.0 and VS.NET 2003.
Anyway, I understand that in order Form2 inherits Form1 correctly,
Form1 must be also run. That is, in my example I run Form1 and in a
button of this form, I opened Form2, which inherited Form1's controls
and appearance.
Maybe (correct me if I'm wrong), if you want to directly show Form2,
you have to run Form1, hide it and then show Form2.
Tell me your experience if you achieve it this way, but as I've told
you, I'm not running VS.NET 2005 Beta 2. Could be a bug?
Regards.