CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: BigEd781

Search: Search took 0.04 seconds.

  1. Replies
    5
    Views
    5,745

    Re: Accessing Form Label from Seperate Class

    Sssshhhhhh...
  2. Replies
    5
    Views
    5,745

    Re: Accessing Form Label from Seperate Class

    You are approaching this in the wrong way. The UI code should be as centralized as possible; data classes should not be responsible for updating the UI, it creates a tight coupling between logically...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured