Insider1984
Technical User
I'm typically a Application guy but recently came across a need for a page to contain a "control" which supports word processing type capabilities.
Immediately my head went back to a time where I used the MS Office components to have instances of excel and word inside my application for easy editing (at the time it was corp standard to have Word 2003 installed on every PC at the company).
So after a little playing (I call it playing because I'm no expert in ASP pages etc).... I can't seem to "convert" my UserControl to a WebControl. I'm at the point where I can open the document I want and it will actually open *WINWORD*. I can't figure out how to associate WINWORD's parent window to the ASP Page....
I've searched a bit and found a few cases where people are using the API into spell check and other functions:
But nothing about using the application itself.
Finally I should ask, if this can be done are there licensing issues to consider here?
Any ideas?
=====================
Insider
4 year 'on the fly' programmer
C, C++, C#, MFC, Basic, Java ASP.NET
Immediately my head went back to a time where I used the MS Office components to have instances of excel and word inside my application for easy editing (at the time it was corp standard to have Word 2003 installed on every PC at the company).
So after a little playing (I call it playing because I'm no expert in ASP pages etc).... I can't seem to "convert" my UserControl to a WebControl. I'm at the point where I can open the document I want and it will actually open *WINWORD*. I can't figure out how to associate WINWORD's parent window to the ASP Page....
I've searched a bit and found a few cases where people are using the API into spell check and other functions:
But nothing about using the application itself.
Finally I should ask, if this can be done are there licensing issues to consider here?
Any ideas?
=====================
Insider
4 year 'on the fly' programmer
C, C++, C#, MFC, Basic, Java ASP.NET