Hello

I'm really desperate with this problem.

I'm doing a completely customized interface with visual basic and windows forms, but now, I am blocked with this problem.

As I am customizing all the interface, I also want to draw my own scrollbars in a multiline textfield, but I don't know how to do it. I have try many things, but I'm completely lost.

Does anybody know how can I do this?

I supose that I could use GDI+ to draw my own buttons over the scrollbar but this is not a acceptable solution for me. I mean, if I could draw overriding the onPaint method of the Scroll, it would be perfect, but I don't want to overpaint.

As I hadn't been able to do this, I have chose another solution. I thought: "Hey! I could draw only two buttons (two arrows) and tell the textfield something like line_up/line_down, or a method like this, but i haven't found a method that could do something similar.

This last solution it would be perfect too, but.... I don't know hoy to implement it.

As you can see (or read), I am really desperate with this problem.

I would be pleased if someone could give me a hand.

Thanks in advance