Results 1 to 3 of 3

Thread: Grids, Grids, ...

  1. #1

    Thread Starter
    Randalf the Red honeybee's Avatar
    Join Date
    Jun 2000
    Location
    off others' brains
    Posts
    4,345
    I am using MSFlexGrid in my project at various points to display information in a tabular format. I find that the grid does not have built in editing capabilities and so I have added artificial editing capabilities to it.

    The thing is I cannot properly detect the current cell coordinates in many cases even after using the RowColChange or EnterCell events. They are fired at all the wrong times. Or else I have to check the current cell coordinates in so many events, the code is unmaintainable.

    I also tried using VSFlexGrid, a third party grid control, but found that it does not support some events which will allow you to validate the keystrokes.

    Can anybody give any tips on using the grids in your project? I don't want the grids to be bound to a recordsource.

    I am not a complete idiot. Some parts are still missing.
    Check out the rtf-help tutorial
    General VB Faq Thread
    Change is the only constant thing. I have not changed my signature in a long while and now it has started to stink!
    Get more power for your floppy disks. ; View honeybee's Elite Club:
    Use meaningfull thread titles. And add "[Resolved]" in the thread title when you have got a satisfactory response.
    And if that response was mine, please think about giving me a rep. I like to collect them!

  2. #2
    Guest
    I once did something like that and used textboxes placed over the cells, might that help?

  3. #3
    Member
    Join Date
    Oct 2000
    Location
    Netherlands
    Posts
    54

    Wink Free other grid

    On http://vbaccelerator.com/ you can find an Outlook style grid. I don't know if it has events like 'AfterLabelEdit' of the ListView control, but other stuff at vbaccelerator is very good. It's worth checking out.
    A mind is like a parachute, it has to open to let it work
    www.2beesoft.com for Icon Manager with over 20.000 free icons
    VB6 Ent. SP4, ASP, W2000/W98

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