Hi,
if u want to get users response, create a new form(frmOptions) with all the options and show it in modal form, this way,
frmOptions.Show 1
The Program Halts processing until u close the Modal frmOptions.
Alternatively, u can give options in a Frame and show the frame, but u have to disable other controls on the form and lots of coding has to be done here for that.
Regards
Veena