Results 1 to 2 of 2

Thread: Whate are the basic ways to make grid?

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2002
    Location
    SAUDI ARABIA
    Posts
    53

    Whate are the basic ways to make grid?

    I am planning to creat activex control grid like msflexgrid....
    HOW CAN I DO IT ? 'abc'
    never i can not say 'NO' for u until u aske me to leave u...

  2. #2
    Frenzied Member mlewis's Avatar
    Join Date
    Sep 2000
    Posts
    1,226
    First figure out what features you want. Can cells be edited? Can cells have graphics in them? Can cells have lots of fonts and effects, or just plain text?

    Once you get your features listed, you can figure out a type of control (or controls) to use for each cell. For example, a label control for uneditable cells, a text box for editable cells, rich text box for font effects, etc.

    Then make a control array of the controls you need on a UserControl object, and create them and move them around based on user input... not too complicated really.
    M. Lewis
    Pi-Q Software
    How many mouse clicks does it take to cook breakfast?

    Blargh! I am dead!

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