CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2012
    Posts
    9

    Question Proper way to send data between forms

    What is the proper way to send data between forms? I found several solutions online, but I want to know which one is best practice.

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: Proper way to send data between forms

    I'd say make use of properties. Your one class ( Form ) should expose the certain property(ies) to your other classes ( Forms ).

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