To create a window

Hi,

Just within C++, how can we define a window How is that associated with a class object I think based on a class, we should be able to have such an object, correct

Thks & Bst Rgds,

HuaMin




Answer this question

To create a window

  • foto_robin

    HuaMin Chen wrote:
    I just need an MFC answer instead of a Windows Forms answer.

    You could read Joe Newcomer's tutorial on using dialogs :-

    http://www.codeproject.com/dialog/create_a_dialog.asp



  • LMP0407

    I just need an MFC answer instead of a Windows Forms answer.

  • David_VA

    Please follow your post at http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=206527&SiteID=1 for using winforms.

    Also, you can use MFCs or just Win32 APIs.

    Thanks,
    Ayman Shoukry
    VC++ Team


  • jarka

    HuaMin Chen wrote:

    Hi,

    Just within C++, how can we define a window How is that associated with a class object I think based on a class, we should be able to have such an object, correct

    Thks & Bst Rgds,

    HuaMin

    Are you looking for an MFC answer or a Windows Forms answer



  • To create a window