Results 1 to 3 of 3

Thread: How to increase column size of MSHFLEXGRID in vb

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2007
    Posts
    22

    How to increase column size of MSHFLEXGRID in vb

    hai ,

    can u tell me how to in crease column width of MSHFLEXGRID in vb

  2. #2
    PowerPoster lintz's Avatar
    Join Date
    Mar 2003
    Location
    The 19th Hole
    Posts
    2,697

    Re: How to increase column size of MSHFLEXGRID in vb

    VB Code:
    1. 'where (1) is the column number you want to increase
    2. MSFlexGrid1.ColWidth(1) = 2000

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jan 2007
    Posts
    22

    Re: How to increase column size of MSHFLEXGRID in vb

    really it is helpful
    Thanks...

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