host a windows user control File access



I have an internal app that is complex enough that I'd like to user
either create a windows app or use a windows user control in an aps.net
web page.

The windows version uses the fileOpen component. I've modified the
program to be a user control and access the data for the controls via a
web service. I haven't found a clean way to use the file open component
so that the user can access a file for processing. Is this possible? I
know that this is breaking some internet security standards, but it's
an internal app. I'd like to avoid a messy situation where the
framework security needs to be modified on the client.

If this isn't possible, can someone suggest a better design strategy?

App Overview:
------------------------
Read data from db to poplute datasets need in the processing
User reads in a file from disk that needs some heavy UI processing
The results are sent back to the db

I really appreciate any suggestions. I though this was a security
issue. I apoligize if this was posted to the wrong group.

Thanks,

Gabe

.



Relevant Pages

  • Re: UserControl looks different
    ... same graphic dlls when it comes to .net GUI, ... On ASP.NET, however, the rendering engine is the web browser's HTML engine. ... The fact that it's a User control doesn't change it. ... That said, there is a possibility to expose WinForms user controls on IE only, and on Windows only, as an ActiveX control. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: UserControl looks different
    ... I compiled a UserForm into a dll and loaded ... rendering engine is .NET on Windows. ... ASP.NET, however, the rendering engine is the web browser's HTML engine. ... The fact that it's a User control doesn't change it. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Drawing in a user control
    ... the particular drawing should take place and ONLY draw in the OnPaint ... Find great Windows Forms articles in Windows Forms Tips and Tricks ... I am creating a user control with several methods, ...
    (microsoft.public.dotnet.framework.drawing)
  • Accessing IE features from embedded WinForms control
    ... I have been experimenting with embedding .NET Windows Forms User Controls ... My User Control needs to be able to access my Web Service that is ... Windows Forms control so that it can pass the credentials to the web ... the logon credentials that IE uses to logon to my web site? ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Can we load a windows form inside Excel using VSTO 2005?
    ... Same difference, instead of adding a user control, add a windows forms using ... Alvin Bruney ... > Thanks & Regards ...
    (microsoft.public.vsnet.vstools.office)