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

    Tables in VB.NET

    Hi,
    I am a novice to VB.Net and do not have comp sci background. I am working towards masters degree in industrial management and faced with following question.

    Which is the most suitable control to use (in VB.NET) if I want to display a (m x n) table wherein user can input first raw and first column and check mark in all other boxes. Subsequently a logic to evaluate the condition based on checked boxes will be written. User must have ability to decide number of Rows and columns in the table.

    Any help will be highly appreciated.

    Thanks,
    Vivek

  2. #2
    Join Date
    Feb 2000
    Location
    OH - USA
    Posts
    1,892

    Re: Tables in VB.NET

    I would think that a DataGrid control would be your "easiest" option.
    Good Luck,
    Craig - CRG IT Solutions - Microsoft Gold Partner

    -My posts after 08/2015 = .NET 4.x and Visual Studio 2015
    -My posts after 11/2011 = .NET 4.x and Visual Studio 2012
    -My posts after 02/2010 = .NET 4.0 and Visual Studio 2010
    -My posts after 12/2007 = .NET 3.5 and Visual Studio 2008
    -My posts after 04/2007 = .NET 3.0 and Visual Studio 2005
    -My posts before 04/2007 = .NET 1.1/2.0

    *I do not follow all threads, so if you have a secondary question, message me.

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