Concernant la dll scintilla
La sélection est déclenché par TAB ou RETURN, j'aimerais savoir si c'est la touche RETURN ou TAB qui à été
utilisée pour la sélection
Code : Tout sélectionner
Select *scinotify\nmhdr\code
Case #SCN_AUTOCSELECTION
*Pointer=@*scinotify\text
ScintillaSendMessage(\myId,#SCI_AUTOCCANCEL)
P1=*scinotify\position
P2=P1+Len(*Pointer\s)
P2-(Len(*Pointer\s)-Len(\CurrentWord$))-1
\CurrentWord$=""
; Quel touche à déclenché l’événement ????
Make_form(*Pointer\s,P1,P2)
EndSelect
Merci d'avance