Introduction This tutorial will guide you through a few different ways to pass information between WinForms. This tutorial will NOT show you how to directly read, or change, the content of a TextBox (or any other Control) on another Form. This breaks the principle of Separation of Concerns, or encapsulation. Each form should, as far as possible, be able to function independently. They should not be reliant upon, or even know too much about, any other form. Using Modal (Dialog) Forms Using a Public Property of a Form Passing Data Using a Constructor Subscribing to FormClosing and FormClosed Events Raising, and Listening for, an Event Sharing Data - INotifyPropertyChanged This is an introduction to this subject and is...


I guess you came to this post by searching similar kind of issues in any of the search engine and hope that this resolved your problem. If you find this tips useful, just drop a line below and share the link to others and who knows they might find it useful too.

Stay tuned to my blogtwitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.


This article is related to

</ span>C#,.NET,Architect,Intermediate,VS2010,.Net,Articles,Computer Tutorials