Can scroll bars be put in a frame and just scroll the contents of the frame?
Shawn Hull VB6, SP3 (Professional Edition)
I don't think that you can do that.... Sorry!!
Anil
You could put the frame up and then put a rich text box inside the frame. Then you can put scroll bars on the rich text box to scroll the text. good luck aja
You just use the value in the scrollbar control to change the .left and .top properties of the controls inside the frame. Do a search on here... you'll find an article on resizing controls when the form is resized. That'll help you out. Eiredrake
Forum Rules