Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

328
Vistas
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
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda