-
Hello Can someone provide a sample on how to setup a aspx page to be (isWindowless = true) as i keep get this anoing error message htmlhost should always be used with windowless plugin < Grid x:Name =" LayoutRoot " Background =" White " > < Border Margin =" 30 "...
-
Hi, I have a control that renders the html, and works well. The problem is that when the browser changes size, the popup window resizes, but the html text does not. It looks funny when it writes outside of the window. Do you have any suggestions on how to keep it inside the window? Here is the xaml....
-
Thanks for your ready reply. This helps me a lot.
-
Hello Tim, < divtools : HtmlHost x : Name ="hcDoc" Width ="500" Height ="480" DocumentReady ="hcDoc_DocumentReady"></ divtools : HtmlHost > this is the control in xaml page. and here is the code in xaml.cs page private void hcDoc_DocumentReady( object...
-
Hello Friends, I am using HtmlHost Control. The control works fine when I set SourceUri property and it shows the html page at the URI. But I want to search the particular pattern from that page shown in HtmlHost Control. How can I do it ?
-
Hi, I am using HtmlHost to display a Help Manual with some success . <divtools:HtmlHost x:Name="htmlHost" SourceUri="/Help/xhelp.htm" /> The above works if we host the application in a web project, but we would rather host the application in a simple html page (for simplicity...