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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T11:43:34+00:00 2026-06-16T11:43:34+00:00

Currently whenever I put a Flash window in full screen mode with firefox, as

  • 0

Currently whenever I put a Flash window in full screen mode with firefox, as soon as focus leaves the Flash screen to my “always on top” form, flash immediately exits full screen mode! Even when I set my form to not show in the taskbar this occurs. Now there must be some way to get around this as a similar Java application that is always on top doesn’t cause the flash player to exit full screen mode when focus is lost to the Java program.

Does anyone have any thoughts on how to avoid this behavior? Just a note, this doesn’t occur in Chrome, just Firefox.

  • 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-06-16T11:43:36+00:00Added an answer on June 16, 2026 at 11:43 am

    You could show the Form with no activation. This is possible with the Win32 Extended Window Style WS_EX_NOACTIVATE.

    You have to override the CreateParams property of the Form to set this style:

    protected override CreateParams CreateParams
    {
        get
        {
           CreateParams cp = base.CreateParams;
           cp.ExStyle |= 0x08000000/*WS_EX_NOACTIVATE*/;
           return cp;
        }
    }
    

    But note that this style has some side effects for the form, e.g. during moving it isn’t drawn anymore.

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

Sidebar

Related Questions

Currently whenever the timestamp is echo'ed it looks like this function show_posts($userid){ $posts =
I currently have a delayed task that runs whenever I click a button. Clicking
I am currently stuck at the part whenever I drag a HTML5 slider, it
Currently we are running multiple Sitecore projects. Whenever the projects go live we create
I am currently trying to write an addin for PowerPoint that whenever any PowerPoint
I have an element which autosaves its contents via an AJAX call. Currently, whenever
I am currently developing a C# Windows Form Application that I intend to let
Using ASP.NET MVC 4, jQuery 1.6.2, jQuery UI 1.8.11. Currently debugging in Firefox 16.0.2.
I currently have a program that compliments a flash game. One of the features
So in my program, whenever I put the grid_remove() function it usually deletes the

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.