Can you tell me wen can select a texte from StringGadget with Linux
The equivalent to windows
Code: Select all
; Get the string selected
SendMessage_(GadgetID(Gadget),#EM_GETSEL,@PosStart,@PosEnd)
; Select the string to gadget
SendMessage_(GadgetID(Gadget),#EM_SETSEL,PosStart,PosEnd)