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

    getting data from a file to a dialog box

    This is probably really basic stuff but I NEED help for a project I'm doing...
    Basically I need to read data from a file, eg. a question and answers, and display it in a dialog box....
    I also need to specify which answer is true/false and then when the user chooses an answer the appropriate response occurs.
    If some-one could get me started even it would be a huge help!!???
    This is probably easy for all you experts but unfortunately I'm far far from being an expert!!!!


  2. #2
    Join Date
    Apr 1999
    Posts
    3

    Re: getting data from a file to a dialog box

    Read Serialization,and Collection Classes in MSDN CD.



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