I would like to be able to draw a "table" like rectangle with certain colors (Yes, I know how to draw lines and how to draw rectangles That is not the problem, please keep reading) the problem is that the border of this "table" like rectangles look like the border of the buttons. In html I would only need to make a table and give it a certain color and a certain outline to make it look how I need it to look like.
The first thing I thought of was to use Buttons, but I cannot change the wide of their border, can I? I don't think so, while in a table you can do such a thing, which made me think of a table control... But I did not find any. So I thought about drawing lines and rectangles... And my problem is that I don't know how can I assing the color or how I would get a result like this based on a given color (I.E. If I am told the form's BackColor will be red, the table's left and top lines should be a light red while the bottom and the right should be dark red)
Since an image is worth more than 1000 words, I add a picture so you can tell what I wish to accomplish...
Thanks in advance!
We miss you, friend... Rest in Peace, we will take care of the rest of it.
[vbcode]
On Error Me.Fault = False
[/vbcode]
- Silence is the human way to share ignorance
Tec-Nico