cyprus106
Programmer
- Apr 30, 2001
- 654
OK, I've been beating my brains out trying to create a simple grid in BCB. I can create a regular vertical grid, (tic-tac-toe style - looking straight down on it) with bevel lines, but that's not what I need. I need a grid that is viewed at an angle, making the rectangles more like diamonds, almost.
I can't use a string grid or a draw grid, that's not really the type of grid I'm looking for. Really, what I'm trying to do is just create a simple line that is drawn at something like a 30 degree angle. From there, I can probably handle creating the rest.
I can't just draw a line in Microsoft Paint or something and then put it in a TImage on BCB, because it has that rectangular border, which I can't have.
Once I create this grid, I'll need to find out how to access the individual cells that they create. Right now, though, I just need to be able to create that simple grid!
Thanks a whole lot. This issue is killing me and I can't continue my work without it. Cyprus
I can't use a string grid or a draw grid, that's not really the type of grid I'm looking for. Really, what I'm trying to do is just create a simple line that is drawn at something like a 30 degree angle. From there, I can probably handle creating the rest.
I can't just draw a line in Microsoft Paint or something and then put it in a TImage on BCB, because it has that rectangular border, which I can't have.
Once I create this grid, I'll need to find out how to access the individual cells that they create. Right now, though, I just need to be able to create that simple grid!
Thanks a whole lot. This issue is killing me and I can't continue my work without it. Cyprus