Click here to Skip to main content
16,008,183 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: HBITMAP and unsigned char array Pin
Shog922-Oct-01 16:51
sitebuilderShog922-Oct-01 16:51 
GeneralQuestion about operator new Pin
22-Oct-01 13:04
suss22-Oct-01 13:04 
GeneralRe: Question about operator new Pin
Bret Faller22-Oct-01 13:41
Bret Faller22-Oct-01 13:41 
QuestionWhich trackbar fired the event? Pin
clintsinger22-Oct-01 12:55
clintsinger22-Oct-01 12:55 
AnswerRe: Which trackbar fired the event? Pin
Christian Graus22-Oct-01 13:07
protectorChristian Graus22-Oct-01 13:07 
GeneralRe: Which trackbar fired the event? Pin
clintsinger22-Oct-01 13:16
clintsinger22-Oct-01 13:16 
GeneralRe: Which trackbar fired the event? Pin
Christian Graus22-Oct-01 13:57
protectorChristian Graus22-Oct-01 13:57 
GeneralRe: Which trackbar fired the event? Pin
Michael Dunn22-Oct-01 15:56
sitebuilderMichael Dunn22-Oct-01 15:56 
You're comparing an HWND with a C++ object pointer, which obviously aren't the same creatures. Do something like:
if ( (HWND)lParam == slider->m_hWnd )


--Mike--
http://home.inreach.com/mdunn/
This posting is provided "as was" with no warranties, guarantees, lotteries, or any of those little bags of peanuts you get on planes. You assume all risk for crossing the street without holding mommy's hand. © 2001 Mike's Classy Software. Member FDIC. If rash develops, discontinue use.
Heart | [heart] your Green Alien | [Alien] with Good Stuff | [The good stuff] and Beer | [beer]
GeneralRe: Which trackbar fired the event? Pin
clintsinger22-Oct-01 17:02
clintsinger22-Oct-01 17:02 
GeneralRe: Which trackbar fired the event? Pin
Christian Graus22-Oct-01 18:19
protectorChristian Graus22-Oct-01 18:19 
GeneralRe: Which trackbar fired the event? Pin
clintsinger24-Oct-01 6:21
clintsinger24-Oct-01 6:21 
GeneralRe: Which trackbar fired the event? Pin
Christian Graus24-Oct-01 11:22
protectorChristian Graus24-Oct-01 11:22 
Generalundeclared identifier Pin
Peter Liddle22-Oct-01 12:21
Peter Liddle22-Oct-01 12:21 
GeneralRe: undeclared identifier Pin
Christian Graus22-Oct-01 12:43
protectorChristian Graus22-Oct-01 12:43 
GeneralSynchronization objects Pin
Not Active22-Oct-01 11:03
mentorNot Active22-Oct-01 11:03 
GeneralFlicker-free drawing question Pin
Chen Venkataraman22-Oct-01 10:00
Chen Venkataraman22-Oct-01 10:00 
GeneralRe: Flicker-free drawing question Pin
Tomasz Sowinski22-Oct-01 10:19
Tomasz Sowinski22-Oct-01 10:19 
GeneralRe: Flicker-free drawing question Pin
Chen Venkataraman22-Oct-01 11:10
Chen Venkataraman22-Oct-01 11:10 
GeneralRe: Flicker-free drawing question Pin
Tomasz Sowinski22-Oct-01 11:27
Tomasz Sowinski22-Oct-01 11:27 
GeneralRe: Flicker-free drawing question Pin
Christian Graus22-Oct-01 18:29
protectorChristian Graus22-Oct-01 18:29 
GeneralWriting a Client/Server in Visual C++ Pin
22-Oct-01 9:10
suss22-Oct-01 9:10 
GeneralRe: Writing a Client/Server in Visual C++ Pin
Matt Newman22-Oct-01 13:21
Matt Newman22-Oct-01 13:21 
GeneralHiding the main frame in mdi Pin
jangel22-Oct-01 8:51
jangel22-Oct-01 8:51 
GeneralRe: Hiding the main frame in mdi Pin
Tomasz Sowinski22-Oct-01 8:55
Tomasz Sowinski22-Oct-01 8:55 
GeneralRe: Hiding the main frame in mdi Pin
jangel22-Oct-01 10:04
jangel22-Oct-01 10:04 

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.