Quote Originally Posted by bushmobile
well there are couple of approaches - what exactly are you trying to do
I want to scroll a picbox (or any container) not a textbox actually , I just copied
the code from API Guide

Quote Originally Posted by moeur
You will have to subclass your textbox and process WM_HSCROLL and WM_VSCROLL messages.
http://msdn.microsoft.com/library/de...scrollbars.asp
I will try it thanks