CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Table

  1. #1
    Join Date
    Nov 2000
    Location
    USA
    Posts
    179

    Table

    Hi, all!
    I need to create table in WinForm (like an Exel).
    Hint me
    How can i create it ?
    Thx!!!

  2. #2
    Join Date
    Jun 2002
    Location
    Philadelphia, PA
    Posts
    85
    Try using the DataGrid control. You may need to extend it to add some functionality. There may be a third party solution too.

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

Featured