Click here to Skip to main content
15,909,896 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
SetClassLongPtr() is the Win64-aware version of SetClassLong(). The former takes a LONG_PTR (long int, pointer-sized) whereas the latter takes a LONG (long int, always 32 bits). If you don't expect to be compiling or running on Win64 anytime soon, you can just use SetClassLong(). If you need to definition of SetClassLongPtr(), download the Platform SDK to get the latest header files.

--Mike--
http://home.inreach.com/mdunn/
All your base are belong to ME~!
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 
GeneralRe: DLL memory Allocation Pin
MikeG10-Apr-01 14:58
MikeG10-Apr-01 14:58 
GeneralRe: DLL memory Allocation Pin
Conor Hunt10-Apr-01 15:55
Conor Hunt10-Apr-01 15:55 

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.