J
jandhondt
In VS2005 with VB.NET when a form or usercontrol is inherited: it is
terribly annoying that the code view shows as Public Class statement
without the inherits statement.
You have to go to the myform.designer.vb code to show this inheritance.
Also it is unclear to me where to put an overloaded New(...)
definition: in the partial class where you'd type all your other code,
or in the myform.designer.vb code ?
Jan D'Hondt
Database development in .NET
DotNetNuke development
terribly annoying that the code view shows as Public Class statement
without the inherits statement.
You have to go to the myform.designer.vb code to show this inheritance.
Also it is unclear to me where to put an overloaded New(...)
definition: in the partial class where you'd type all your other code,
or in the myform.designer.vb code ?
Jan D'Hondt
Database development in .NET
DotNetNuke development