R
Richard MSL
I have a .NET application that must have a print preview. I used the .NET
print preview but it has a limitation for my purposes. The user needs to be
able to select a portion of the text with the mouse, then right click and
select to execute that text, which results in a call to a function that makes
another report. It is like a drill-down into the data, where they can
highlight something like a code, and then click to see information about it.
I am considering using Word automation for my print preview. It works well
as a print-preview, it starts Word with my document, and the user can
highlight the text that they are interested in. But I need a way for the user
to click and have that call back into my application, sending the highlighted
text. Is there a way that I can program an additional capability into Word's
right click, to call my application?
Thanks in advance for any suggestions that you can provide.
print preview but it has a limitation for my purposes. The user needs to be
able to select a portion of the text with the mouse, then right click and
select to execute that text, which results in a call to a function that makes
another report. It is like a drill-down into the data, where they can
highlight something like a code, and then click to see information about it.
I am considering using Word automation for my print preview. It works well
as a print-preview, it starts Word with my document, and the user can
highlight the text that they are interested in. But I need a way for the user
to click and have that call back into my application, sending the highlighted
text. Is there a way that I can program an additional capability into Word's
right click, to call my application?
Thanks in advance for any suggestions that you can provide.