![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Oct 2006
Posts: 6
Rep Power: 0
![]() |
RICHEDIT_CLASS paste issue
when i copy (ctrl+c) text from my rich edit control, and paste it (ctrl+v) into another rich edit control (winword)(firefox)(etc.), it causes the other application to freeze, but when i copy and paste text around in my application - nothing bad happens, does anyone know why it does this?
hWndEdit_Output = CreateWindowEx (NULL, RICHEDIT_CLASS, NULL, WS_CHILD | WS_DLGFRAME | WS_VISIBLE | WS_VSCROLL | ES_LEFT | ES_MULTILINE | ES_READONLY, NULL, NULL, NULL, NULL, hWnd, (HMENU) IDC_DISPLAY, reinterpret_cast <HINSTANCE> (GetWindowLong (hWndMain, GWL_HINSTANCE)), NULL); Last edited by xx.darksilence.xx; Nov 4th, 2006 at 12:44 AM. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help with setting up Code::Blocks (could be a compiler issue) | funkey_monkey | C++ | 14 | Sep 6th, 2006 5:59 PM |
| Another CSS Issue | Lich | HTML / XHTML / CSS | 3 | Jun 29th, 2006 4:04 PM |
| copy and paste resource | metsfan | Coder's Corner Lounge | 7 | Jun 1st, 2006 9:48 AM |
| JNDI and LDAP issue | Mortavitch | Java | 5 | Oct 20th, 2005 12:10 PM |
| HELP (Not being able to paste) | Tiflyer2 | Coder's Corner Lounge | 3 | Jun 25th, 2005 4:12 PM |