I have an application that is doing some processing. It eventually gets to the point where it needs to get input from the user before proceeding. (choice of 5 things). I tried to use FrmCustomAlert, however 5 buttons don't fit along the bottom of the form. Q1. Is there a way to move the buttons locations on an alert form? Conversely I can create my own form and setup the buttons any way I want. However in this case I am in the middle of my function. Even if I launch the form (FrmGotoForm) in my function, the event queue won't process load the form until the function ends, and I need the result in the function. Q2. Is there a way I can achieve the same functionality of FrmAlert. i.e. have a form pop-up immediately within a function, and return which button was pressed. Thanks, Ronnen
