Results 1 to 5 of 5

Thread: [RESOLVED] Help with my Grid class

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2009
    Posts
    90

    Resolved [RESOLVED] Help with my Grid class

    I'm making a grid class to draw a grid on a form. I also want to be able to fill in blocks of the grid when you click one.

    One problem is, the clicking isn't very accurate, and sometimes fills in the block next to it...and also, when resizing the form, blocks will be filled that were not filled before.

    I'm keep track of each block's position in a 2D RECT array, and also each block's state (filled, not filled) in a 2D byte array (1 = filled, 0 = not).

    I'm attaching the project...any help would be appreciated.

    Attached Images Attached Images  
    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