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 7492393
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T16:25:46+00:00 2026-05-29T16:25:46+00:00

I have a WPF application in which I have an embedded web browser control.

  • 0

I have a WPF application in which I have an embedded web browser control. I want to show an animation over the web browser at a certain time, but the problem is that the WPF controls, when kept over the web browser are not visible.

Is there any way to show my user control over the web browser?

  • 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-29T16:25:47+00:00Added an answer on May 29, 2026 at 4:25 pm

    Please answer me this first,

    Is this Web Browser control the WPF Web Browser Control or Winform webbrowser control hosted in WinFormHost?

    For any WPF control to show animation over it, did you explore …

    1. Placing your control in Grid or Canvas and then placing an stretched Border (which has running animation in it) as the last child of the grid/canvas?
    2. Adorner with constantly changing drawing context to simulate animations?
    3. Transparent Popup with animation, whose static placement is done (bound to control’s absolute left, top positions and actual height & width properties) over the control?

    Try the transparent popup approach for web browser control …

        <Grid>
            <WebBrowser x:Name="WebBrowser1"/> 
            <Popup IsOpen="{Binding StartAninmation}"
                  AllowsTransparency="True"
                  Grid.RowSpan="99"
                  Grid.ColumnSpan="99"
                  Placement="Center"
                  Width="{Binding ActualWidth,
                                  ElementName=WebBrowser1,
                                  Mode=OneWay}"
                  Height="{Binding ActualHeight, 
                                   ElementName=WebBrowser1,
                                   Mode=OneWay}"
                  PlacementTarget="{Binding ElementName=WebBrowser1}"
                  Opacity="0.5"
                  Margin="3">
               <TextBlock Text="Loading ..."/>
           </Popup>
     </Grid>
    

    One of these will surely work in your case.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a WPF application in which a thread checks some value. In certain
I have a WPF application which so far has been client only, but now
(learning c#) I have a C# WPF application which when a certain form is
I have an WPF application which has a local rdlc report which show receipt
I have a WPF application which uses a WPF user control. The user control
I have am using a WPF application which uses BitmapSource but I need to
Please help! Background info I have a WPF application which accesses a SQL Server
I have a simple WPF application which I am trying to start. I am
I have an XBAP WPF application which displays various pages inside of a Frame.
I have a very simple WPF application in which I am using data binding

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.