Vivek, The exact requirement is this:
Embed a 3rd party program (with GUI) inside of a user control on a web page. The exe is stored on the users local machine and permissions/access is not an issue. I would like to be able to have the user interact with the program, from within a web browser. Thanks for your help! In a User Control I would like to embed a windows based .exe program On May 7, 8:49 am, Vivek SHANTHARAM <[email protected]> wrote: > What is your exact requirement? are you going to do any of these??? > > 1) Open a file in your local system through the site?? where exactly is the > file located?? > 2) Or open any file present in the server through the site??? > 3) "just trying to bring it to the browser" - r u looking for any prompt > that says " open" or "save " the file???? > > in the 3rd case, just try opening the file using fileinfo or file classes, > whereever it may be present. > > regards, > > On Thu, May 7, 2009 at 7:47 PM, Greg Nettles <[email protected]> wrote: > > > I've looked around extensively and cannot find any good info on making > > this work. Are there any new controls in VS 2008/.net 3.5 that can > > allow this kind of scenario? > > > To clarify, I am not trying to run the contained exe from a web > > server, just trying to bring it into the browser from the local > > system. > > > Also, this is a 3rd party app, not sure which technology was used to > > create it. > > > Thank for any help.
