
Dialog Box two OK buttons, two Cancel buttons and TODO still on it
Your dialog class is probably using CDHtmlDialog as it's base class. This
is the default base class and I'm guessing that is because it is
alphabetically first in the list of base classes. I did the exact same
thing the first time I added a dialog class in VC7. It was quite annoying!
Dave B
Quote:
> When I create a MFC Application in Visual Studio .NET. Then add a new
dialog
> resource, then create a class for it, and then move the controls around,
> etc. Everything is okay. However when I run my application and view the
> dialog box, there is the default OK and CANCEL buttons on it as well as
the
> OK and CANCEL buttons where I moved them. (Bottom right). Also, along the
> bottom of the dialog it says "TODO: PLACE".
> Any idea's what is happening?
> Here is a link to a picture of my problem
> http://www.starcs.on.ca/images/dialogproblem.jpg
> Thank you for your time.
> Sheldon