how to display asp page in windows form

R

r pasadhy

Is there any other way to display an asp page on a windows form without
using the Microsoft Web Browser control? This is a COM component. Is
there an equivalent dotnet control?
 
S

Stoitcho Goutsev \(100\)

r pasadhy,

..NET 2.0 WinForms ships with a web browser control. It is based on the COM
component, but is added as a part of the framework.

In 1.x the only option is the COM component.
 
R

r pasadhy

Thanks. That's what I was afraid of!
r pasadhy
r pasadhy,

.NET 2.0 WinForms ships with a web browser control. It is based on the COM
component, but is added as a part of the framework.

In 1.x the only option is the COM component.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top