Click to See Complete Forum and Search --> : SDI - calling a Dialog


Quebo
October 18th, 1999, 04:43 PM
Hello to all,

I would like to know how i can call a dialog on in my SDI-application (btw I don't have "sdidialog.h" so I can't initialise CSdiDialog dlg
And euh, is that normal I'm though using MVC++ 6.0
Please help me out...
Anyway, looking forward to hear something !!

Thanks in advance,
Frederic Leclercq

-------------------------
Friendly Greetings,Quebo
http://www.abcdogs.net
Belgium
-------------------------

Roman Mehlberg
October 18th, 1999, 05:52 PM
Are you trying to paste a dialog box onto your SDI main form, or merely call a typical dialog box? If this is the first option you are after, and you are using MFC with your SDI application, consider deriving you view from CFormView. This will automatically require you to create a dialog box. Alternatively, if your application is a dialog-based application, make you project "dialog-based".

In either way, more information is needed to provide you with better help.

Roman