CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Create a dialog in code, not in resource

    Hi,
    I want to create a dialog box but I can't use the resource editor. How can I do ? I saw the DLGTEMPLATE and
    DLGITEMTEMPLATE structures. Am I in good way??
    I accepted remarks, code samples, all that can help me.

    Thanks for reply
    Best Regard
    David


  2. #2
    Guest

    Re: Create a dialog in code, not in resource

    I'd start with the CreateDialogIndirectParam API and read all related subjects in the online docs.


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