Hi,

I have a MDI child form that is larger than it's parent form. To compensate, VB added a vertical scroll bar to it.

My problem now is, how do I avoid using the mouse to move the scroll bar and use the keyboard instead (PgUp and PgDown)?

If I detect the page up and down keys, what do I have to move?

Thanks in advance.