Click here to Skip to main content
15,894,546 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionStorage class for MD5 values Pin
TariqZ11-May-07 18:39
TariqZ11-May-07 18:39 
AnswerRe: Storage class for MD5 values Pin
Garth J Lancaster11-May-07 19:27
professionalGarth J Lancaster11-May-07 19:27 
QuestionSecond Slider won't slide with setcapture Pin
mtwombley11-May-07 13:05
mtwombley11-May-07 13:05 
AnswerRe: Second Slider won't slide with setcapture Pin
Mark Salsbery11-May-07 13:25
Mark Salsbery11-May-07 13:25 
GeneralRe: Second Slider won't slide with setcapture Pin
mtwombley11-May-07 13:57
mtwombley11-May-07 13:57 
GeneralRe: Second Slider won't slide with setcapture Pin
Mark Salsbery11-May-07 14:39
Mark Salsbery11-May-07 14:39 
GeneralRe: Second Slider won't slide with setcapture Pin
mtwombley11-May-07 15:24
mtwombley11-May-07 15:24 
GeneralRe: Second Slider won't slide with setcapture Pin
Mark Salsbery11-May-07 16:01
Mark Salsbery11-May-07 16:01 
I tested your code.

I can't move any trackbars until I click on the cancel button but drag the cursor off it before
releasing - that releases capture from the dialog. Then I can drag a trackbar thumb.

I think the PreTranslateMessage() needs to really only pass certain mouse messages to the child
under the cursor, not all messages. I would guess that WM_SETFOCUS and WM_PAINT, at the very
least, are going to be a problem in the current implementation.

I'm still playing with it but I'm about to be interrupted for dinner.

I shall return.

Mark


"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder

GeneralRe: Second Slider won't slide with setcapture Pin
mtwombley12-May-07 10:18
mtwombley12-May-07 10:18 
GeneralRe: Second Slider won't slide with setcapture Pin
Mark Salsbery12-May-07 14:05
Mark Salsbery12-May-07 14:05 
QuestionLogonUser to windows xp Pin
jluis_hdezg11-May-07 10:15
jluis_hdezg11-May-07 10:15 
QuestionHow to obtain a DLL window handle Pin
Perspx11-May-07 10:05
Perspx11-May-07 10:05 
AnswerRe: How to obtain a DLL window handle Pin
Randor 11-May-07 10:54
professional Randor 11-May-07 10:54 
GeneralRe: How to obtain a DLL window handle Pin
Perspx13-May-07 8:42
Perspx13-May-07 8:42 
QuestionError debugging winsock programs? Pin
raul211-May-07 9:08
raul211-May-07 9:08 
QuestionRe: Error debugging winsock programs? Pin
Mark Salsbery11-May-07 9:29
Mark Salsbery11-May-07 9:29 
AnswerRe: Error debugging winsock programs? Pin
raul211-May-07 10:19
raul211-May-07 10:19 
QuestionRe: Error debugging winsock programs? Pin
Mark Salsbery11-May-07 10:22
Mark Salsbery11-May-07 10:22 
AnswerRe: Error debugging winsock programs? Pin
raul211-May-07 12:19
raul211-May-07 12:19 
GeneralRe: Error debugging winsock programs? Pin
Mark Salsbery11-May-07 12:26
Mark Salsbery11-May-07 12:26 
AnswerRe: Error debugging winsock programs? Pin
Stephen Hewitt11-May-07 16:30
Stephen Hewitt11-May-07 16:30 
QuestionDeriving from CWnd - Hiding CWnd::Create Pin
bob1697211-May-07 8:38
bob1697211-May-07 8:38 
Questionwrite in a xml file not in the console Pin
lavy288311-May-07 7:57
lavy288311-May-07 7:57 
AnswerRe: write in a xml file not in the console Pin
Cedric Moonen11-May-07 8:18
Cedric Moonen11-May-07 8:18 
AnswerRe: write in a xml file not in the console Pin
Mark Salsbery11-May-07 8:18
Mark Salsbery11-May-07 8:18 

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.