Click to See Complete Forum and Search --> : Buttons?


mea3581
August 21st, 2003, 12:56 PM
In my dialog i have the default Ok and Cancel buttons. When i compile my dialog two more buttons that say Ok and Cancel show up behind them. Also, the TODO... message comes up. I am using this MFC application through VC++.net if that is useful info. If anyone knows why this is happenening and how i could stop it please inform me. Thanks

kuphryn
August 21st, 2003, 01:32 PM
Check resource editor.

Kuphryn

Andreas Masur
August 21st, 2003, 02:34 PM
[Moved thread]

Andreas Masur
August 21st, 2003, 02:35 PM
Originally posted by mea3581
In my dialog i have the default Ok and Cancel buttons. When i compile my dialog two more buttons that say Ok and Cancel show up behind them. Also, the TODO... message comes up. I am using this MFC application through VC++.net if that is useful info. If anyone knows why this is happenening and how i could stop it please inform me. Thanks
Did you add these two buttons? By default the project wizard will create a dialog containing 2 buttons and a static text control. You can delete these within the resource editor...

mea3581
August 22nd, 2003, 09:24 AM
no i did not create these buttons