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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T08:51:29+00:00 2026-06-02T08:51:29+00:00

I’m making a custom window. When you resize a window from the left or

  • 0

I’m making a custom window. When you resize a window from the left or the top, the window technically moves and resizes at the same time. I need to create this effect. I didnt post my code because its not even close, the window just jumps around the screen really fast… But here is the code I use for resizing and moving:

private void SetMousePosition(MouseEventArgs Position) {
    MousePos = Position.Location;
}
private void SetRightPosition(MouseEventArgs Position) {
    MouseDif = new Point(PointToClient(MousePosition).X - this.Width, PointToClient(MousePosition).Y - this.Height);
}
private void StartDrag(MouseEventArgs e) {
    if (e.Button == MouseButtons.Left) {
        int x = this.Left + e.X - MousePos.X;
        int y = this.Top + e.Y - MousePos.Y;
        this.Location = new Point(x, y);
    }
}
private void StartRightResize(MouseEventArgs e) {
    if (e.Button == MouseButtons.Left)
    {
        title.Text = PointToClient(MousePosition).X.ToString();
        int x = PointToClient(MousePosition).X - MouseDif.X;
        if (x < 60) x = 60;
        this.Width = x;
    }
}

This is the code I use just for dragging, and just for resizing from the right border. I just need to be able to use the left border to resize… I also need this to be able to work with a user control, and a custom window, i dont know id that makes sense though…

  • 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-02T08:51:30+00:00Added an answer on June 2, 2026 at 8:51 am

    Have you tried the SetBounds method, which allows you to change size and position in a single operation? That should prevent the control from getting redrawn as often.

    Of course, you might need to make a picture of the control (BitBlt), hide the control, and resize using that placeholder, then when the resize finishes, set the bounds of the real control and make it visible again.

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

Sidebar

Related Questions

link Im having trouble converting the html entites into html characters, (&# 8217;) i
For some reason, after submitting a string like this Jack’s Spindle from a text
Basically, what I'm trying to create is a page of div tags, each has
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
In my XML file chapters tag has more chapter tag.i need to display chapters
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
I need to clean up various Word 'smart' characters in user input, including but
I have a text area in my form which accepts all possible characters from
Does anyone know how can I replace this 2 symbol below from the string
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out

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.