modz Dinazz Le savais-tu cher Otaku ? Premium Inscription 16 Juillet 2013 Messages 4 187 Réactions 1 222 Points 20 043 RGCoins 25 21 Mars 2015 #1 Yo je voudrais savoir si il vous aviez un code source pour bouger une form en bordure none en C sharp merci
Yo je voudrais savoir si il vous aviez un code source pour bouger une form en bordure none en C sharp merci
nXoFR nXoFR Premium Inscription 18 Juillet 2014 Messages 1 582 Réactions 365 Points 10 228 RGCoins 25 21 Mars 2015 #2 Salut , Tu peux voir ce Tutoriel : http://reality-gaming.fr/threads/c-comment-deplacer-son-logiciel-avec-une-picturebox.378254/ Cordialement , IGoodRageFR Voter positivement 0 Voter négativement
Salut , Tu peux voir ce Tutoriel : http://reality-gaming.fr/threads/c-comment-deplacer-son-logiciel-avec-une-picturebox.378254/ Cordialement , IGoodRageFR
Ryad Palestine <3 iOS Premium Inscription 17 Mars 2013 Messages 1 922 Réactions 719 Points 7 966 RGCoins 25 22 Mars 2015 #3 Tu met sa dans ta form Spoiler: Codage protected override void WndProc(ref Message m) { switch (m.Msg) { case 0x84: base.WndProc(ref m); if ((int)m.Result == 0x1) m.Result = (IntPtr)0x2; return; } base.WndProc(ref m); } Voter positivement 0 Voter négativement
Tu met sa dans ta form Spoiler: Codage protected override void WndProc(ref Message m) { switch (m.Msg) { case 0x84: base.WndProc(ref m); if ((int)m.Result == 0x1) m.Result = (IntPtr)0x2; return; } base.WndProc(ref m); }