Scott,
>I am trying to reproduce the about box found in the 101
>vb.net samples and when I retrieve the assemblyInfo It
>shows the assembly name as System.Windows.Forms.dll For
>the life of me I can't figure out where this is coming
>from.
In the constructor you get the Type of MainMenu, which is implemented
in the System.Windows.Forms assembly. That's why. If you replace
MainMenu with some class in your own assembly, it should work as
expected.
Mattias
--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/
Please reply only to the newsgroup.