C
coach_mikey
I'm trying to create an application where the majority of the screen
contains a loaded Word document. I want the user to be able to scroll
through that document and then add customized comments (textboxes,
actually) at specific locations via a series of controls I have
created. This is working fine.
I need the controls to always be present, even as the user scrolls
through the document.
I tried placing the controls (buttons, etc.) in one cell of a table and
the document in another, larger cell, but I cannot get the document
cell to scroll.
Can anyone help with guidance on the best approach to do this?
Thanks very much
contains a loaded Word document. I want the user to be able to scroll
through that document and then add customized comments (textboxes,
actually) at specific locations via a series of controls I have
created. This is working fine.
I need the controls to always be present, even as the user scrolls
through the document.
I tried placing the controls (buttons, etc.) in one cell of a table and
the document in another, larger cell, but I cannot get the document
cell to scroll.
Can anyone help with guidance on the best approach to do this?
Thanks very much