[EMAIL PROTECTED] wrote: > Guys, I need a little help in regards to doing some Delphi Dot Net > programming. Please note that I am trying to code with out the Win32 > part of Delphi and if posible also not using the Delphi VCL. The reason > for the later is that the code can be moved to any Dot Net platform > like C#.
Win32 is just as accessible under C# as it is under Delphi. > Displaying a HTML page in from within a standard Dot Net form. In > Delphi Win32 we have the TWebBrowser that would reander the HTML page > within the window. Do you know what the equuivalent would be in eihter > C# or Delphi Dot Net? TWebBrowser is nothing more than a wrapper for the Internet Explorer ActiveX control. I'm pretty sure .Net can use ActiveX controls. -- Rob _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

