I want to access windows form control from another class of same project?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • prashant82
    New Member
    • Nov 2011
    • 3

    I want to access windows form control from another class of same project?

    I have a rich textbox control on a windows form.
    I want to update the log information in that control which
    comes from another class in the same project.
    Suggestions please?

    Thanks
    Prashant
  • GaryTexmo
    Recognized Expert Top Contributor
    • Jul 2009
    • 1501

    #2
    Have a read through Curtis Rutland's tutorial on this very subject here: http://bytes.com/topic/c-sharp/insig...ny-other-forms

    Comment

    Working...