TextBoxDragDrop.cs
Description du code
TextBoxDragDrop.cs est un fichier du projet BrolDev.Ce fichier est situé dans /var/www/bin/sniplets/bibliobrol/broldev/src/.
Projet BrolDev : Librairie de composants réutilisables pour les applications BrolDev en CSharp.
Code source ou contenu du fichier
Code c# (TextBoxDragDrop.cs) (254 lignes)
using System; using System.ComponentModel; using System.Drawing; using System.IO; using System.Text; using System.Windows.Forms; using be.gaudry.model; using be.gaudry.model.config; using be.gaudry.observer; namespace be.gaudry.view.controls { public partial class TextBoxDragDrop : TextBox { private int lastSelStart = 0; private int lastSelLength = 0; private bool candidateToDragDrop = false; public TextBoxDragDrop() { InitializeComponent(); init(); } public TextBoxDragDrop(IContainer container) { container.Add(this); InitializeComponent(); init(); } private void init() { this.AllowDrop = true; "drag and drop", "TextBoxDragDrop", "http://msdn2.microsoft.com/fr-fr/library/system.windows.forms.drageventargs(VS.80).aspx", "Gestion des touches pour le drag and drop" ) ); } protected override void OnMouseUp(MouseEventArgs e) { base.OnMouseUp(e); if (lastSelLength == 0) { lastSelLength = SelectionLength; lastSelStart = SelectionStart; } else { lastSelLength = 0; lastSelStart = 0; candidateToDragDrop = false; } } protected override void OnMouseDown(MouseEventArgs e) { base.OnMouseDown(e); //todo test if cursor is over the selected text if (lastSelLength > 0) { candidateToDragDrop = true; } } protected override void OnMouseMove(MouseEventArgs e) { base.OnMouseMove(e); //todo : test if cursor is over the selected text if (candidateToDragDrop) { DragDropEffects dr; if (lastSelLength == Text.Length)//we may use move of a entire string { if (!TextHelper.isKeyDown(TextHelper.KEY.CONTROL)) { dr = DoDragDrop(Text, DragDropEffects.Move); if (dr == DragDropEffects.Move) Text = ""; } else { DoDragDrop(Text, DragDropEffects.Copy); } } else { //get selected text try { string str = Text.Substring(lastSelStart, lastSelLength); //we may not use DragDropEffects.All or move because we drag only a part of string dr = DoDragDrop(str, DragDropEffects.Copy); //remove selected text to simulate move if (dr == DragDropEffects.Copy && !TextHelper.isKeyDown(TextHelper.KEY.CONTROL)) { Text = Text.Remove(lastSelStart, lastSelLength); } } catch (Exception ex) { Notification.VERBOSE.lowError, string.Format("{0} : {1}",this.GetType().ToString(),this.Name), "Erreur de drag and drop", ex, this )); } } //reinit lastSelLength = 0; lastSelStart = 0; candidateToDragDrop = false; } } /* protected override void OnDragEnter(DragEventArgs e) { base.OnDragEnter(e); e.Effect = DragDropEffects.All; } protected override void OnDragDrop(DragEventArgs e) { base.OnDragDrop(e); if (e.Effect != DragDropEffects.None) //e.Data.GetDataPresent(typeof(string))) { Text = Text.Insert( SelectionStart, //(string)e.Data.GetData(typeof(string)) getDropObjectAsText(e) ); } this.SelectionLength = 0; this.SelectionStart = Text.Length; this.Focus(); } */ private void onTextBox_DragEnter(object sender, DragEventArgs e) { //if (e.Data.GetDataPresent(typeof(string))) //{ //e.Effect = DragDropEffects.Copy; //} //e.Effect = DragDropEffects.All; if ((e.KeyState & 4) == 4 && (e.AllowedEffect & DragDropEffects.Move) == DragDropEffects.Move) { // SHIFT KeyState for move. e.Effect = DragDropEffects.Move; } else if ((e.KeyState & 8) == 8 && (e.AllowedEffect & DragDropEffects.Copy) == DragDropEffects.Copy) { // CTL KeyState for copy. e.Effect = DragDropEffects.Copy; } else if ((e.AllowedEffect & DragDropEffects.Move) == DragDropEffects.Move) { // By default, the drop action should be move, if allowed. e.Effect = DragDropEffects.Move; } else if ((e.AllowedEffect & DragDropEffects.Copy) == DragDropEffects.Copy) { e.Effect = DragDropEffects.Copy; } else e.Effect = DragDropEffects.None; } private void onTextBox_DragDrop(object sender, DragEventArgs e) { //allow drop for other types (file, etc) if (e.Effect!= DragDropEffects.None) //e.Data.GetDataPresent(typeof(string))) { Text = Text.Insert( SelectionStart, //(string)e.Data.GetData(typeof(string)) getDropObjectAsText(e) ); this.SelectionLength = 0; this.SelectionStart = Text.Length; this.Focus(); } } protected override void OnDragOver(DragEventArgs e) { base.OnDragOver(e); //get insertion point SelectionStart = TextHelper.CharFromPos(this, pt); } /*private void setEffect(DragEventArgs e) { if((e.KeyState & 4) == 4 && (e.AllowedEffect & DragDropEffects.Move) == DragDropEffects.Move) { // SHIFT KeyState for move. e.Effect = DragDropEffects.Move; } else if ((e.KeyState & 8) == 8 && (e.AllowedEffect & DragDropEffects.Copy) == DragDropEffects.Copy) { // CTL KeyState for copy. e.Effect = DragDropEffects.Copy; } else e.Effect = DragDropEffects.None; }*/ protected virtual string getDropObjectAsText(DragEventArgs e) { { } if (e.Data.GetDataPresent(DataFormats.FileDrop)) { string[] DropFiles = (string[])e.Data.GetData(DataFormats.FileDrop); foreach (string s in DropFiles) { if (str.Length > 0) str.Append(", "); str.Append(Path.GetFileNameWithoutExtension(s)); } return str.ToString(); } //MessageBox.Show("Impossible de déposer l'élément ici"); e.Effect = DragDropEffects.None; return ""; } } }
Structure et Fichiers du projet
Afficher/masquer...Icône | Nom | Taille | Modification |
Pas de sous-répertoires. | |||
Icône | Nom | Taille | Modification |
| _ | Répertoire parent | 0 octets | 1732275433 22/11/2024 12:37:13 |
Utilisation de l'explorateur de code
- Navigation :
- Un clic sur une icône de répertoire ouvre ce répertoire pour en afficher les fichiers.
- Lorsque le répertoire en cours ne contient pas de sous-répertoires il est possible de remonter vers le répertoire parent.
- La structure de répertoires en treetable (tableau en forme d'arborescence) n'est plus possibledans cette version.
- Un clic sur une icône de fichier ouvre ce fichier pour en afficher le code avec la coloration syntaxique adaptée en fonction du langage principal utilisé dans le fichier.
- Affichage :
- Il est possible de trier les répertoires ou les fichiers selon certains critères (nom, taille, date).
- Actions :
- Les actions possible sur les fichiers dépendent de vos droits d'utilisateur sur le site. Veuillez activer le mode utilisateur pour activer les actions.
Deutsche Übersetzung
Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 16/10/2009, zuletzt geändert 26/10/2018
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/cs-broldev-source-rf-view/controls//TextBoxDragDrop.cs.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.