S shakeshuck Member Feb 2, 2016 #1 I am using webview to display formatted messages. If I use .Show on the form it displays properly, but trying to use it modally and using .ShowAndWait results in a blank page being displayed. Is it possible to use webview modally?
I am using webview to display formatted messages. If I use .Show on the form it displays properly, but trying to use it modally and using .ShowAndWait results in a blank page being displayed. Is it possible to use webview modally?
S shakeshuck Member Feb 3, 2016 #2 I think I got it - You have to do the LoadHtml first, then show the form. Upvote 0