Notifications
Clear all
[Closed] dotnet embed a html file using form?
Aug 29, 2015 2:46 pm
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
Aug 29, 2015 2:46 pm
What is it you want to accomplish exactly? embed the text contained in an html into a script?