Fact 0 Posted March 11 public static void CreateBrowserEvent(object[] args) { HtmlWindow customBrowser = new HtmlWindow("http://localhost"); Cursor.Visible = true; } how to change width and height for customBrowser? Share this post Link to post Share on other sites
#YokoKimura 3 Posted March 12 body { width: ..?; height: ..?; }; ? 1 Share this post Link to post Share on other sites