A custom event wizard that that allows you to change the current view of an InfoPath form without using a client event. This is useful when you want save the form to an archive, but want a particular view to be used when it is opened. This example comes with complete source code, or you can just run the setup program to add it to your Visual Studio toolbox. The source code also includes an installer that modifies the appropriate config files to put the wizard in the toolbox. After running the installer, right-click on the toolbox and select "Reset Toolbox" to get the wizard to show in the toolbox. The wizard was developed using the technical article http://www.k2underground.com/files/folders/technical_product_documents/entry21896.aspx found here on k2underground. The idea for this event wizard came from a blog post by one of our K2Insiders, Jason. He posted the code for a server event on his blog (http://k2distillery.blogspot.com/) that showed how to switch InfoPath Views. S