I'm trying to setup a menu driven app. I want the main module to just call other .vb programs some of which will accept criteria and call another .vb program to display requested data. I can get a window to pop up using filename.showdialog but it is always empty. I'm using showdialog to get a modal screen.