Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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!

Guest mutant
Posted
I dont think .NET framework ships with any web browser control, but you should have a COM component called Microsoft Web Browser in the COM components tab when you customize the toolbox.
Guest mutant
Posted
Every Windows comes with IE installed. I dont think this will be a problem.
Posted
Some of our customers have a company-wide policy to standardize on Netscape. I guess they remove IE somehow. Do you know if the necessary components of IE used by the web browser control must always exist in WIndows even if IE isn't on any toolbar or accessible in any way?
  • *Experts*
Posted

Yes, you will have to have a working version of IE on a machine that uses the WebBrowser control.

 

-Nerseus

"I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
  • *Experts*
Posted

I don't think it's possible to completely remove IE from the computer,

since it's so fully integrated into the OS... the WB control may still

work, though I don't know for sure.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...