Click here to Skip to main content
15,914,160 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalkey press Pin
Newborn Naughtysaint18-Jul-03 3:14
Newborn Naughtysaint18-Jul-03 3:14 
GeneralRe: key press Pin
Xander8018-Jul-03 4:44
Xander8018-Jul-03 4:44 
GeneralRe: key press Pin
John M. Drescher18-Jul-03 8:34
John M. Drescher18-Jul-03 8:34 
GeneralBest way to test for file available Pin
captjack18-Jul-03 2:46
captjack18-Jul-03 2:46 
GeneralRe: Best way to test for file available Pin
Blake Miller18-Jul-03 5:33
Blake Miller18-Jul-03 5:33 
GeneralRe: Best way to test for file available Pin
captjack18-Jul-03 6:23
captjack18-Jul-03 6:23 
GeneralCopy/paste in CRichEditCtrl Pin
AnTri18-Jul-03 2:03
AnTri18-Jul-03 2:03 
GeneralRe: Copy/paste in CRichEditCtrl Pin
Dominik Reichl18-Jul-03 2:08
Dominik Reichl18-Jul-03 2:08 
If you just want to add such a popup menu showing cut, copy, paste etc., see this article: http://www.codeproject.com/richedit/popupdemo.asp[^]. This way you can make your own context menu.

To programatically copy/paste something into the rich edit control, see functions CRichEditCtrl::Copy and CRichEditCtrl::Paste.

Big Grin | :-D
-Dominik



_outp(0x64, 0xAD);
and
__asm mov al, 0xAD __asm out 0x64, al
do the same... but what do they do?? Wink | ;)

QuestionHow to Capture HTML events in vc++? Pin
RaajaOfSelf18-Jul-03 2:02
RaajaOfSelf18-Jul-03 2:02 
GeneralDLL Hell Going From Win2000 to XP Pin
ttran770018-Jul-03 1:59
ttran770018-Jul-03 1:59 
GeneralRe: DLL Hell Going From Win2000 to XP Pin
Dominik Reichl18-Jul-03 2:03
Dominik Reichl18-Jul-03 2:03 
GeneralRe: DLL Hell Going From Win2000 to XP Pin
ttran770018-Jul-03 4:49
ttran770018-Jul-03 4:49 
GeneralRe: DLL Hell Going From Win2000 to XP Pin
Ilushka20-Jul-03 22:03
Ilushka20-Jul-03 22:03 
GeneralRe: DLL Hell Going From Win2000 to XP Pin
John M. Drescher18-Jul-03 4:00
John M. Drescher18-Jul-03 4:00 
GeneralRe: DLL Hell Going From Win2000 to XP Pin
ttran770018-Jul-03 4:50
ttran770018-Jul-03 4:50 
GeneralRe: DLL Hell Going From Win2000 to XP Pin
Peter Weyzen18-Jul-03 6:44
Peter Weyzen18-Jul-03 6:44 
GeneralRe: DLL Hell Going From Win2000 to XP Pin
Michael P Butler18-Jul-03 7:54
Michael P Butler18-Jul-03 7:54 
GeneralRe: DLL Hell Going From Win2000 to XP Pin
ttran770018-Jul-03 9:05
ttran770018-Jul-03 9:05 
GeneralRe: DLL Hell Going From Win2000 to XP Pin
ttran770018-Jul-03 5:02
ttran770018-Jul-03 5:02 
GeneralTracking a CWnd window Pin
Eugene Pustovoyt18-Jul-03 1:46
Eugene Pustovoyt18-Jul-03 1:46 
GeneralApplication Control Pin
Member 18130718-Jul-03 1:36
Member 18130718-Jul-03 1:36 
GeneralRe: Application Control Pin
Dominik Reichl18-Jul-03 1:54
Dominik Reichl18-Jul-03 1:54 
GeneralRe: Application Control Pin
Member 18130718-Jul-03 3:14
Member 18130718-Jul-03 3:14 
GeneralScrollbars and Resizing the CFormView class Pin
Martin Steiner18-Jul-03 1:27
Martin Steiner18-Jul-03 1:27 
GeneralRe: Scrollbars and Resizing the CFormView class Pin
Martin Steiner18-Jul-03 4:08
Martin Steiner18-Jul-03 4:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.