Is there a way to load the HTMLViewer from the contents of a text variable and not a file?
Dim s as String = your_string
Dim f As FolderItem = GetTemporaryFolderItem
HTMLViewer1.LoadPage(s, f)
Is there a way to load the HTMLViewer from the contents of a text variable and not a file?
Dim s as String = your_string
Dim f As FolderItem = GetTemporaryFolderItem
HTMLViewer1.LoadPage(s, f)