-
ActiveX document container app - migrate to what in .NET???
There seems to be very little information on this. Almost every topic on
MSDN concerning containing ActiveX documents now says the topic will no
longer be updated due to release of VS.NET. The only exception to that is
the MFC documentation. It appears that MFC will support ActiveX documents
(containers and servers) using C++ in VS.NET, but that is just bringing the
app forward to use the new C++ compiler, not migrating to a .NET
architecture. It's life support for apps like mine and someday they will
pull the plug. It also is unmanaged code and doesn't provide easy access
to
the .NET framework.
What is the .NET alternative to ActiveX document containment? A brief
explanation of what we use it for: In our application, the user are
following a set of precedural steps and signing off when they are performed.
Sometimes the user will embed an Excel or Word document as supporting
documentation for work performed. We activate these documents inside our
application for editing and reviewing. We store the document as part of our
file's data (structured storage) for practical and possibly legal reasons.
I
say "possibly" because it fortunately has not ever been put to the test,
but
it was felt that a single intact file was better proof of exactly how the
steps were performed and with what documentation was used. Anyway, what
would the ".NET way" be to do something like this?
-Andy
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks