Moving a custom border with no border style[c#]

  • Hello Guest! Welcome to ConsoleCrunch, to help support our site check out the premium upgrades HERE! to get exclusive access to our hidden content.
  • Unable to load portions of the website...
    If you use an ad blocker addon, you should disable it because it interferes with several elements of the site and blocks more than just adverts.
  • Read Rules Before Posting Post Virus Scans with every program.

Psycho_Coder

Active Poster
Retired Staff
Active Member
Apr 12, 2014
642
481
133
UK
3qfzIyk.png


Here is a little border I made out of a PictureB ox, You can simple move it around.

Source:

Code:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace WindowsFormsApplication6
{
    public partial class Form1 : Form
    {
        int border;
        int MoveX;
        int MoveY;
        public Form1()
        {
            InitializeComponent();
           
        }

        private void pictureBox1_MouseDown(object sender, MouseEventArgs e)
        {
            border = 1;
            MoveX = e.Y;
            MoveY = e.Y;

        }

        private void pictureBox1_MouseUp(object sender, MouseEventArgs e)
        {
            border = 0;
        }

        private void pictureBox1_MouseMove(object sender, MouseEventArgs e)
        {
            if (border == 1)
            {
                this.SetDesktopLocation(MousePosition.X - MoveX, MousePosition.Y - MoveY); 
            }
        }
    }
}

 
General chit-chat
Help Users
  • @ lurch6661:
    wtf is that lol never heard of it
  • @ lurch6661:
    lol
  • @ QM|T:
    lol
  • @ lurch6661:
    i heard they have a new virtual weed gam,e
  • @ lurch6661:
    were you go into advntures
  • @ lurch6661:
    l.ol
  • @ QM|T:
    lol
  • @ lurch6661:
    smoking to that
  • @ QM|T:
    hell yea
  • @ lurch6661:
    just driving around in my go cart
  • @ lurch6661:
    lol
  • @ QM|T:
    lol cool
  • @ lurch6661:
    the seat is all the way back so i can fit
  • @ lurch6661:
    thats what happens when you 7 foot tall in a soap box car
  • @ QM|T:
    i bet hahah
  • @ lurch6661:
    ol
  • @ QM|T:
    :xD:
  • @ QM|T:
    im going to the store so have to run see ya later ok brother
  • @ lurch6661:
    ok bro tc
  • @ lurch6661:
    be safe smoke lots lol
  • @ QM|T:
    haha yea same bro
  • Chat Bot:
    sunwin68site1 is our newest member. Welcome!
      Chat Bot: sunwin68site1 is our newest member. Welcome!