Tag: send data

  • Window Forms tutorials

    You will find tutorials about loading a combo box from database,loading a treeview from database and how to transmit data between windows forms.   How to : fast fill a combobox with data from database How to : fast fill a combobox with data from database with Linq How To : load combo items from…

  • How to – transmit data between Windows Forms

      You can download the project from here Also you can look to the video :   Very Short: Make a constructor on the form that has a parameter of the type you want to send. Do not forget the call to this( in order to execute InitializeComponent). Always verify on Load event that the…