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

    Working with MSFlexGrid in VB6

    Hi all,

    I got problems with using MSFlexGrid in VB6. I really need your support in some issues below:

    1. How can I make it multi rows random selected? Let's say I have 5 rows and I want to select row 2 and row 4, is it possible to do that?

    2. I want to select text in one cell, how can?

    3. This quesion in not related to MSFlexGid, how can I lock the menu bar when the vb application running?

    Thanks in advanced.

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    530

    Re: Working with MSFlexGrid in VB6

    hi, answer to your question 2:

    here (don't like this one too much): http://www.codeguru.com/forum/showth...highlight=flex

    or here (i like this one. just a template, but something you can work with): see attached
    Attached Files Attached Files

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