Adding Tables in Visual Basic 6.0

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MiziaQ
    New Member
    • Nov 2007
    • 63

    Adding Tables in Visual Basic 6.0

    Hey. How can I add a nice looking table in Visual Basic 6.0 that would use a scroll-bar ? Do I have to add it in the components/controls ?

    Thanks,

    MiziaQ
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Try to use any of the Grid controls.

    Comment

    • akashazad
      New Member
      • Sep 2007
      • 38

      #3
      Originally posted by MiziaQ
      Hey. How can I add a nice looking table in Visual Basic 6.0 that would use a scroll-bar ? Do I have to add it in the components/controls ?

      Thanks,

      MiziaQ
      HI
      You can have tables on your form in two ways

      1.By using ListView Object
      2.By using FlexGrid Object

      By setting there Row and Col property U can have table with required no.of Rows And Cols.

      Comment

      Working...