View Full Version : Drag over-sized form


dan-cat
02-01-2004, 03:19 AM
Hello,

I have a form which is intentionally over-sized so the user has to use the scroll bars to view its entire contents.

Does anyone know of a clever way to allow the user to click and drag on the form to simulate the use of the scroll bars. Much like what you can do in Acrobat reader?

ThankYou

Dan

dan-cat
02-01-2004, 05:39 AM
I've found an API reference which enables clicking on a form and then dragging. Very clever, however this moves the entire form.

http://www.mentalis.org/apilist/ReleaseCapture.shtml

However I am struggling to adapt this so you can drag within the form. :(