using an mfc dialogapp (EXE) i want to have a button that will open up another dialog window.

Anyone know the code for this? Do i make a pointer to a new type of this window? is there some other little thing i do? or is it easy like calling a function?

I may not even need another dialog box. All i want is to ask a question and to recieve an answer.

ie: what color is the sky? they type blue into the edit box, hit ok, and i store it all and close the box. thanks.

cow