S
Siegfried Heintze
How does the partial class feature work with Visual Studio (VS) and VB.NET?
Does VB have the keyword partial like C# does? I don't see it in my wizard
generated WinForm application.
In C#, I see that VS inserts the keyword partial and puts the main program
in a different source code file. I think it does this with VB too but I
cannot find it.
I want to edit the constructor for the form class that the wizard
generated -- but I don't see that in VS 2005. Where is that source code
file?
One of the things I want to do is add a tool tip. I was suprised I did not
find that in the properties window.
Thanks,
Siegfried
Does VB have the keyword partial like C# does? I don't see it in my wizard
generated WinForm application.
In C#, I see that VS inserts the keyword partial and puts the main program
in a different source code file. I think it does this with VB too but I
cannot find it.
I want to edit the constructor for the form class that the wizard
generated -- but I don't see that in VS 2005. Where is that source code
file?
One of the things I want to do is add a tool tip. I was suprised I did not
find that in the properties window.
Thanks,
Siegfried