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

C / C++ / MFC

 
QuestionHow to prevent beep when enter key pressed in CEdit control Pin
10-Apr-01 17:08
suss10-Apr-01 17:08 
AnswerRe: How to prevent beep when enter key pressed in CEdit control Pin
Erik Thompson10-Apr-01 17:57
sitebuilderErik Thompson10-Apr-01 17:57 
GeneralRe: How to prevent beep when enter key pressed in CEdit control Pin
10-Apr-01 18:28
suss10-Apr-01 18:28 
Questionwhat's an operator HBRUSH?? Pin
Bilal Naveed10-Apr-01 16:45
Bilal Naveed10-Apr-01 16:45 
AnswerRe: what's an operator HBRUSH?? Pin
Christian Graus10-Apr-01 17:40
protectorChristian Graus10-Apr-01 17:40 
AnswerRe: what's an operator HBRUSH?? Pin
Michael Dunn10-Apr-01 19:25
sitebuilderMichael Dunn10-Apr-01 19:25 
GeneralPassing data betwwen 16 and 32bit process Pin
pangcy10-Apr-01 15:09
pangcy10-Apr-01 15:09 
GeneralRe: Passing data betwwen 16 and 32bit process Pin
11-Apr-01 1:27
suss11-Apr-01 1:27 
Two methods come to mind, there may be more.

1) Use DDE (Dynamic data exchange). The DDEML library make this easier than using
the DDE functions directory. There are examples with MSVC 1.5 onwards and/or platform
SDK. MSVC 1.5 was 16 bit.

2) Use WM_COPYDATA and SendMessage().
This is defined for Win32 onwards, however there is nothing to prevent you using this
message (you may need to define it yourself for Win16) in your 16 bit programs.

I've done both of the above techniques in the past ('96/'97 ish) on both 16 and 32 bit
OSes.

Stephen Kellett

GeneralWin32 function SetClassLongPtr() not found Pin
10-Apr-01 14:50
suss10-Apr-01 14:50 
GeneralRe: Win32 function SetClassLongPtr() not found Pin
Michael Dunn10-Apr-01 19:22
sitebuilderMichael Dunn10-Apr-01 19:22 
GeneralOuput Help Please! Pin
Ryan Baillargeon9-Apr-01 17:52
Ryan Baillargeon9-Apr-01 17:52 
GeneralRe: Ouput Help Please! Pin
Christian Graus10-Apr-01 13:28
protectorChristian Graus10-Apr-01 13:28 
GeneralRe: Ouput Help Please! Pin
l a u r e n10-Apr-01 14:29
l a u r e n10-Apr-01 14:29 
GeneralMemory leak Pin
9-Apr-01 8:03
suss9-Apr-01 8:03 
GeneralRe: Memory leak Pin
AlexMarbus9-Apr-01 11:44
AlexMarbus9-Apr-01 11:44 
GeneralRe: Memory leak Pin
Christian Graus9-Apr-01 12:57
protectorChristian Graus9-Apr-01 12:57 
GeneralRe: Memory leak Pin
9-Apr-01 13:25
suss9-Apr-01 13:25 
GeneralRe: Memory leak Pin
Tim Deveaux9-Apr-01 13:45
Tim Deveaux9-Apr-01 13:45 
GeneralRe: Memory leak Pin
11-Apr-01 8:26
suss11-Apr-01 8:26 
GeneralDLL memory Allocation Pin
Conor Hunt9-Apr-01 6:42
Conor Hunt9-Apr-01 6:42 
GeneralRe: DLL memory Allocation Pin
9-Apr-01 7:13
suss9-Apr-01 7:13 
GeneralRe: DLL memory Allocation Pin
9-Apr-01 7:17
suss9-Apr-01 7:17 
GeneralRe: DLL memory Allocation Pin
Conor Hunt9-Apr-01 7:25
Conor Hunt9-Apr-01 7:25 
GeneralRe: DLL memory Allocation Pin
MikeG9-Apr-01 7:51
MikeG9-Apr-01 7:51 
GeneralRe: DLL memory Allocation Pin
Conor Hunt9-Apr-01 8:28
Conor Hunt9-Apr-01 8:28 

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.