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

Threaded View

  1. #1
    Join Date
    Feb 2008
    Posts
    10

    How can a Form window return a parameter ?

    I have my main form, and I would like to add a button that open a form with option. I want the value that are changed to update the one on the main form.

    What is the best or a good approach to do this ? (delegate, properties, etc... ?)

    If someone can point me to a good article about this or something. Cause I did a search on the website and on the forum and couldn't come up with something.

    Thank You
    Last edited by JNic; March 10th, 2008 at 09:57 PM.

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