Skip to content

How is it possible OnWebBrowserNewWindow event handling? #3

@ghost

Description

void OnWebBrowserNewWindow(string URL, int Flags, string TargetFrameName, ref object PostData, string Headers, ref bool Processed)
{
Processed = true;
//WBrowser.Navigate(URL);
}

I do not want to ensure the opening of a new window. Is it possible?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions