How to add to Edit Text default context menu
- Posted by penpal0andrew Nov 21, 2013
- 2649 views
I am writing a program with edit fields using win32lib version "0.70.20" Windows has a right click context menu used on EditText fields with (Undo, Cut, Copy, Paste, Delete, Select all). I would like to keep that functionality intact, and add more items. How can this be done? Thank you in advance.