CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 1999
    Location
    Belgium
    Posts
    22

    SDI - calling a Dialog

    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
    -------------------------

  2. #2
    Join Date
    Oct 1999
    Location
    Del Mar, CA, USA
    Posts
    4

    Re: SDI - calling a Dialog

    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


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured