Results 1 to 3 of 3

Thread: [RESOLVED] table component

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2010
    Posts
    2

    Resolved [RESOLVED] table component

    Hi all,

    I'm not really a newbie to vb.net programming but i don't know
    how to create a table( like the excel table). Which component can
    I use to create a table. I tried DataGrid already, but i can't add rows
    on it.

    hannesvdc

  2. #2
    PowerPoster Jenner's Avatar
    Join Date
    Jan 2008
    Location
    Mentor, OH
    Posts
    3,712

    Re: table component

    DataGrid is the best you can do out of the box. Anything more advanced you have to write your own or use a third party control. DataGrid can add rows, just not as some handy all-inclusive way in the user interface of the control. You can always drop a button on your form that instructs the DataGrid to add a new row.
    My CodeBank Submissions: TETRIS using VB.NET2010 and XNA4.0, Strong Encryption Class, Hardware ID Information Class, Generic .NET Data Provider Class, Lambda Function Example, Lat/Long to UTM Conversion Class, Audio Class using BASS.DLL

    Remember to RATE the people who helped you and mark your forum RESOLVED when you're done!

    "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. "
    - Albert Einstein

  3. #3

    Thread Starter
    New Member
    Join Date
    Dec 2010
    Posts
    2

    Re: table component

    Thanks for the reply!!

    Datagridview isn't really what i'm looking for, i'll write my own component!!

    hannesvdc

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width