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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T03:01:30+00:00 2026-06-11T03:01:30+00:00

in My LocationChanged event, i’d like to change the width/Height when i get closer

  • 0

in My LocationChanged event, i’d like to change the width/Height when i get closer with the screen borders.

i’m currently using the following code:

private void Form1_LocationChanged(object sender, EventArgs e)
{
        int BORDER_SIZE = 100;
        Rectangle border = new Rectangle(
        BORDER_SIZE,
        BORDER_SIZE,
        Screen.PrimaryScreen.Bounds.Width - BORDER_SIZE,
        Screen.PrimaryScreen.Bounds.Height - BORDER_SIZE);
    if(!border.Contains(Cursor.Position) ) 
    {
        this.Height = 400;
        this.Width = 50;
        radPanel1.Height = 400;
        radPanel1.Width = 50;
        this.Anchor = (AnchorStyles.Top | AnchorStyles.Right);
        radMenu1.Orientation = System.Windows.Forms.Orientation.Vertical;

    }

When i drag my form to the border in question (keeping my click pressed) it is working, i see my height and width changing but when i release my mouse, the width and height go back to their default values.
I don’t understand why.
Moreover, the anchor does not work.

What am i missing please?
Thanks in advance
it drives me crazy

  • 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-11T03:01:32+00:00Added an answer on June 11, 2026 at 3:01 am

    resolved using the link posted

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

Sidebar

Related Questions

I have the following code in place: -(void)viewDidLoad { //Set Zoom level using Span
I would like to build a app which will provide current location using cellular
I have some rough code for my project, and I am trying to get
Can anyone please let me know if it is possible to handle events like
Situation : I'm currently working a project where the aim is to develop a
I would like to know when my cursor is located within a specific aera
I am working on a Widget which will get the Current GPS location and
I want to use the following method. private void LocationChange(Object obj, int first, int
I'm wondering about the best way to get information about the current position and
I want to do my stuff on LocationChangeEvent.LOCATION_CHANGE event which is introduced in AIR

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.