• 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.

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

Psycho_Coder

Active Poster
Retired Staff
Active Member
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
  • No one is chatting at the moment.
  • Chat Bot:
    maikito has posted a new reply in the thread "GTA V Semjases 15.3 ModLoader".
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    fpcest1 is our newest member. Welcome!
  • Chat Bot:
    BOBO@dics is our newest member. Welcome!
  • Chat Bot:
    QM|T_JinX has joined the room.
  • @ lurch6661:
    lurch 4 life
    +1
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    rikvipzacom is our newest member. Welcome!
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    sschknn is our newest member. Welcome!
  • Chat Bot:
    dragonhelder is our newest member. Welcome!
  • @ xDmTx:
    Holy shit this is still alive?
  • @ xDmTx:
    haven’t been here for years
    +1
  • Chat Bot:
    QM|T_JinX has joined the room.
  • @ QM|T_JinX:
    xDmTx said:
    haven’t been here for years
    well welcome back then
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    dragonhelder has posted a new reply in the thread "Console ID #8637".
  • Chat Bot:
    raied is our newest member. Welcome!
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    marcovalerio is our newest member. Welcome!
  • Chat Bot:
    gamefreaks is our newest member. Welcome!
  • @ Sergio-Host:
    Yoo
  • Chat Bot:
    QM|T_JinX has joined the room.
  • @ QM|T_JinX:
    yo
      @ QM|T_JinX: yo
      Back
      Top