Search results for query: *

  • Users: fugio
  • Order by date
  1. F

    datagridviewcheckboxcolumn is false?

    I'm implementing a function. While choosing any of datagridviewcheckboxcolumn in form1 and show form2 when click button to close, datagridviewcheckboxcolumn in the form1 will is false ? Please help on this. using System; using System.Collections.Generic; using System.ComponentModel; using...
  2. F

    how to select row from datagridview when column have cells is empty

    Hi there ! how to select row from datagridview when column have cells is empty I tried couple of this but nothing worked Please help on this void filter() { try { if (dataGridView1.Rows.Count > 0 ) { for (int i =0 ...
  3. F

    how to change the default size of the form

    hi there. I have a form that FormborderStyle is none put it, after I create forms like resizing the original form, but its default size does not change when scaled how to change the default size of the form? Thank you !
Back
Top Bottom