User Profile

Collapse

Profile Sidebar

Collapse
fugio
fugio
Last Activity: Oct 5 '14, 02:57 PM
Joined: Jul 21 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • how to display appointments in a form reminders

    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...
    See more | Go to post

  • 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
    See more | Go to post

  • fugio
    started a topic help delegate in c#
    in .NET

    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;
    ...
    See more | Go to post

  • 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 =="")
    ...
    See more | Go to post
No activity results to display
Show More
Working...