hi all,
I'm using to ComponentOne tools
I used to control c1schedule create appointments
I created a form similar reminder
and have difficulty showing appointments in form, more than one appointment appears in a day
how to get selected appointments in c1flexgrid ?
if I add three appointments, the display automatically prompts three forms
attached sample
http://www.mediafire.c om/download/na6mptwv7ccvpai/CustomAppointme ntDemo.rar...
User Profile
Collapse
-
how to display appointments in a form reminders
-
how to create a horizontal scrollbar same in datagridview
I'm trying to create a HScrollBar same scrollbar in datagridview, when resizing the form and columns the impact HScrollbar make it work.
expect people to help, thank -
help delegate in c#
I'm implementing a function. While choosing any of datagridviewche ckboxcolumn in form1 and show form2 when click button to close, datagridviewche ckboxcolumn in the form1 will is false ?
Please help on this.
...Code:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms;
-
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 this but nothing worked
Please help on this
...Code:private void selectrow() { int i; for( i=0 ;i<dataGridView1 .Rows .Count -1;i++) { string row = dataGridView1.Rows[i].Cells["Name"].Value.ToString(); if (row =="")
No activity results to display
Show More