SJG0526
Newcomer
I have an app I'm moving to .NET. It needs to run on a server via ASP.NET/ADO.NET and also needs to have a version distributable via cd to run on anyone's pc.
I'd like to keep the base code the same and have as similar GUIs as possible.
I don't have a problem writing the web part but do have problems simluating the html on a Windows Form. Is there a web browser control I can put on a WIndows Form?
Its very important that the user running the cd version may have any type of browser installed or no browser at all. They may also have a mandate not to install IE. For the current version written in Visual Foxpro, I'm using the Webster Pro web browser control which is a self-contained control. ANyone seen any for .NET?
Thanks!
I'd like to keep the base code the same and have as similar GUIs as possible.
I don't have a problem writing the web part but do have problems simluating the html on a Windows Form. Is there a web browser control I can put on a WIndows Form?
Its very important that the user running the cd version may have any type of browser installed or no browser at all. They may also have a mandate not to install IE. For the current version written in Visual Foxpro, I'm using the Webster Pro web browser control which is a self-contained control. ANyone seen any for .NET?
Thanks!