Re: copy paste right click menu on RichEdit
- Posted by "C. K. Lester" <cklester at yahoo.com> Feb 10, 2003
- 489 views
> you have to create all the controls your self, and handle the menus and stuff... I tried using <CTRL+A> to select all and it worked, but I don't see where that's handled in your code below... Or is this in Win32Lib? Or in the Windows control itself? > -- this is a simple RichEdit demo showing how > -- to use the Popup box like that of an MleText > -- written by Greg Haberek > -- feel free to use any code here, > -- but please give credit if you use my selectAll() routine