CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2008
    Posts
    48

    What is mean by Saving a dialog box ?

    Hi, I have often seen some questions asking about 'how to save a dialog box' . What is it mean by saving a dialog box, and is it possible to do that ?

  2. #2
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,637

    Re: What is mean by Saving a dialog box ?

    I think they usually mean saving the data the dialog displays.

  3. #3
    Join Date
    Oct 2002
    Location
    Timisoara, Romania
    Posts
    14,360

    Re: What is mean by Saving a dialog box ?

    Quote Originally Posted by rsodimbakam
    Hi, I have often seen some questions asking about 'how to save a dialog box' . What is it mean by saving a dialog box, and is it possible to do that ?
    If you are in the resource editor, editing a dialog template and want to save it, press Ctrl + S.

    But I thing GCDEF is right, and you got the question wrong.
    Marius Bancila
    Home Page
    My CodeGuru articles

    I do not offer technical support via PM or e-mail. Please use vbBulletin codes.

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