Hello,
i have a scrollbar that controling several RichTextBoxs i created a VScroll1.Scroll
method but it doesn't specify which way the user scrolls.
i tried creating a VScroll1.ScrollUP\ScrollDown methods but nothing happpend.

can someone help me?

Thanks,
Eric

Nevermind.
I Solved the problem.
thanks if you went into this post trying to help.

for future googlers :

i used :

if(e.Type == ScrollEventType.SmallDecrement)
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.