Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

319
Views
Open link in new tab ContextMenuStrip with CefSharp and EasyTabs

I am trying to make a fully-featured web browser in C# using the chromium embedded framework also known as CefSharp. For the tab control, I am using EasyTabs. I want to have a custom context menu strip that has a "Open link in new tab" menu item. This is what I have tried, but nothing happens when you run the application and click Open link in new tab. I'd appreciate any help I can get.

if (commandId == (CefMenuCommand)OpenLinkInNewTab )
        {

                ResistBrowser.frmMain form;

                ResistBrowser.AppContainer appcontainer1;

                appcontainer1 = new ResistBrowser.AppContainer();

                form = new ResistBrowser.frmMain();


                browserControl.Load(parameters.SelectionText);

                appcontainer1.Tabs.Add(
               // Our First Tab created by default in the Application will have as content the Form1
               new TitleBarTab(appcontainer1)
               {
                   Content = new ResistBrowser.frmMain
                   {
                       Text = form.Text
                   }
               }
           );

            }
over 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!