User Profile

Collapse

Profile Sidebar

Collapse
arnoldino
arnoldino
Last Activity: Mar 20 '08, 08:56 AM
Joined: Mar 1 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • arnoldino
    started a topic using splitter control
    in .NET

    using splitter control

    hi

    i wanna make a form on which there are 6 panels. on form load the first panel will show up, and if the user clicks on a button on taht panel the first panel will hide and the second will show up, and so on.

    i thought to do this with splitter controls, because we can animate the transition between two panels. but i'm a bit confused to use splitters. they don't work like i expect. so i'm using the following code...
    See more | Go to post

  • arnoldino
    started a topic need help with datasets
    in .NET

    need help with datasets

    hello everybody

    i'm newbie in C#, and i have a big problem that i can't resolve on my own.

    the situation is i have these:


    Code:
    public partial class frmClients : Form
        {
            public SQLiteDataAdapter daClients;
            public DataSet DS=new DataSet();
    
            public int rowID;
            
            ...
    
            // on form_load daClients
    ...
    See more | Go to post
No activity results to display
Show More
Working...