258 Subj : Re: Modal dialog box - how? To : borland.public.cpp.borlandcpp From : David Ayre Date : Wed Jul 07 2004 03:04 am >How do you start the dialog? >Are you using CreateDialog()? >If so, then use DialogBox() instead. Thanks Bob, I tried that and it does produce a modal dialog box. Only problem is that none of the buttons on the box works. I tried to use MakeProcInstance as it suggested in the help but couldn't find out what to put in the first variable. In their example they used ABOUT, but I can't work out what I need to use for my procedure. Cheers, David . 0