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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T12:18:42+00:00 2026-05-30T12:18:42+00:00

I am needing to make a disabled and invisible panel enabled and visible when

  • 0

I am needing to make a disabled and invisible panel enabled and visible when a button is pressed inside a webbrowser. The idea is to force the user to make an input on a complaints/compliments board. When said input is made, the close button (actually a panel so as to not steal focus from the webbrowser. It’s a touch screen application) will appear.

The only way I feel i can make it work (with my limited programming knowledge), is to make said button appear when the “write” button is pressed. Knowing the position of the “write” button on the webbrowers relative to the form, if I could use a click event handler, I think i can make it work, but my code isn’t working =/

    private void Form1_MouseClick(object sender, MouseEventArgs e)
    {
        Point point = new Point();
        point.X = e.Location.X - Location.X;
        point.Y = e.Location.Y - Location.Y;
        if (point.X <= 724 && point.X>=670 && point.Y <= 367 && point.Y >= 338)
        {
            panel3.Visible = true;
            panel3.Enabled = true;
        }
    }

By using the Mouse move event, it seems as though when the mouse goes over the webbrower, the mouse move or click no longer applies to the event handler (i’m assuming it’s because it’s no longer on the form but on the web browser).

Please help me out!

Thank you

  • 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-30T12:18:43+00:00Added an answer on May 30, 2026 at 12:18 pm

    I was able to use a timer to detect location and when in a certain area, to make enable the panel.

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

Sidebar

Related Questions

I'm needing to make this layout editor that uses a good bit of jQuery
I'm needing to make a web site, that should list all the files that
Ok, just needing a 2nd set of eyes looking at this to make sure
I'm needing to write a program (C#) that will allow the user to create
I am needing to make a custom window with WindowStyle.None, AllowsTransparency = true, etc.
I am needing to detect when a user is inactive (not clicking or typing)
One often reads how it's worth designing your code to avoid needing to make
I've successfully been able to make elements (like div's, panel's, whatever) draggable by using
I'm writing a localStorage wrapper to make inserting and retrieving data easier when needing
Is there a way to modify CakePHP's default layout without needing to make my

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.