Results 1 to 2 of 2

Thread: Display Large Varying Table In a Windows Form

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2010
    Posts
    58

    Display Large Varying Table In a Windows Form

    I need to display 3 columns and a varying amount of rows (typically around 50) in a windows form, kinda like excel. What would be the best way of going about this? The data will likely be longer than the window, so a scroll bar will have to come into play somewhere.

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Display Large Varying Table In a Windows Form

    depends... do you want to display data, or allow it to be edited... you could go with a list view, or a data grid view...

    Either would probably work.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

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