Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7592927
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T21:02:01+00:00 2026-05-30T21:02:01+00:00

I am building a web browser application using c# and the awesomium web framework

  • 0

I am building a web browser application using c# and the awesomium web framework . I have a form containing a dock panel within which I would like to display another form that holds the awesomium web-control . Basically the parent form facilitates creating tabs and the one with the webControl has the browsing engine and is rendered within the tabs .

Is this possible ? If yes , can you give me some tips on how to.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T21:02:02+00:00Added an answer on May 30, 2026 at 9:02 pm

    You can embed a form in another control if set TopLevel = false;

    private void EmbedForm()
    {
        Form f = new Form();
        f.TopLevel = false;
        f.BackColor = Color.White;
        f.FormBorderStyle = FormBorderStyle.None;
        f.Dock = DockStyle.Fill;
        f.Visible = true;
        panel1.Controls.Add(f);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am building a web application with PHP/MySQL using the Yii framework. Key aspect
I am building a web application that needs to print directly from browser, however,
I am looking into using browser sessionStorage for a web application, and was trying
I'm building a web application using MVC3 and I'm wondering what the etiquette is
I'm building web a javascript application using jquery, knockoutjs and less (for css). Works
I am building an ASP.NET MVC application using the 1.0 release using Visual Web
I'm using a lot of JQuery in a web application that I am building
I'm planning on building an application that simplifies web design. I intent using Lazarus/FreePascal
I am building a web application using Yii. The application generates MS-Word documents. Does
I am beginning a new Java web application using Netbeans, and I would like

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.