Welcome Guest Search | Active Topics | Sign In | Register

Display top frame Options
tomax
Posted: Wednesday, March 6, 2024 3:19:03 AM
Rank: Newbie
Groups: Member

Joined: 3/6/2024
Posts: 1
I have a little problem that i cant find any solution for that subject. I am using Chromiuim C#. A casual load for the webview:

Code: C#
private EO.WinForm.WebControl webControl1;
private EO.WebBrowser.WebView webView1;

private void button1_Click(object sender, EventArgs e)
{
    webControl1 = new EO.WinForm.WebControl();

    webView1 = new EO.WebBrowser.WebView();
    webControl1.Dock = DockStyle.Fill;
    webControl1.WebView = webView1;
    webView1.Url = "http://www.google.com";
    panel1.Controls.Add(webControl1);
}


The results:

Now the top regular chrome is cut/missing/not loading this:

How can i display it at the web panel
eo_support
Posted: Wednesday, March 6, 2024 3:48:30 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,083
I am not sure if I understand your question. Isn't the WebView displaying the web page correctly?


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.