Tim Van Wassenhove

Passionate geek, interested in Technology. Proud father of two

01 Sep 2008

Presenting AssemblyTypePicker

I really like the way the Object Browser makes the types in an assembly visible. Because i have a couple of programs that require a given type as input, i have decided to add a TypeTree control to BeTimvwFramework that mimicks the Object Browser. Here are a couple of screenshots of the control in a demo application that allows the user to generate interfaces and wrapper classes based on a selected type:

screenshot of assemblytypepicker with no values

screenshot of dialog that requests the user to pick an assembly file

screenshot of dialog that requests the user to pick a type in the previously selected assembly

Feel free to download CodeGenerator.zip.