Notifications
Clear all

[Closed] dotnet embed a html file using form?

Hi,
I searched google,did not find an answer,is that a way to embed html file using dotnet form?

(
DotNetForm = DotNetObject "System.Windows.Forms.Form"
DotNetForm.Size = (DotNetObject "Drawing.Size" 400 250)
--embed a html file?  e.g. "c:\	est.html"
DotNetForm.Show()
)
1 Reply

What is it you want to accomplish exactly? embed the text contained in an html into a script?