I just noticed that in VB.NET 2005 Beta 2, you can't tell (by default) what class a Windows Form inherits from. For example:
Public Class Form1
End Class
We use visual inheritance a lot at my company. It would be nice if MS would move the inherits statement out of the designer code and into the 'main' VB form.

Partial type request for RTM
Manas
SabTimur
Peso
Thankfully, yes.
> And this makes sense, because at the time the
> designer creates it's partial class, it can't assume
> that you will add your own partial class later and
> remember to put the "Inherits xyz" yourself.
No, it will still work. I'm just saying to put the Inherits line in the 'main' class so you don't have to modify the designer generated code. Everything will still work the same. I tried it. I would just rather have the Inherits line where it's easy to see.