Rich,
Yes, I've found that irritating already. However, WinFract is a Windows program and we should be moving away from all the old acceleration keystrokes. Or, maybe not. I kind of like them.
There's nothing that says that Windows accelerator keys *have* to be Ctrl/Alt+<whatever>, its just the UI guidelines that recommend this. Its perfectly fine, for instance, to have a menu item whose accelerator is ESC or 'X' or whatever.
At this point, it is just a matter of adding a check for ESC and having the main menu display. I believe most of the other accelerator keys are already coded. Do you know if the resource compiler (for Win 3.1) can handle drop down lists in dialog boxes? I tried to add the additional passes methods to the current dialog box using the checkbox scheme already in place and mucked it up. I would prefer drop down lists anyway, so would like to know how it's done. I don't seem to have much info on rc. Haven't tried to google the info yet. That's next. Jonathan