Click here to Skip to main content
15,881,281 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CListCtrl ownder draw checkbox problem Pin
YaronNir30-May-06 20:29
YaronNir30-May-06 20:29 
QuestionDo you know how can I use Windows Media Player ActiveX control VC++ 2005??? [modified] Pin
high30-May-06 7:47
high30-May-06 7:47 
QuestionSave last dialog confiuguration MFC Pin
celllllllll30-May-06 7:38
celllllllll30-May-06 7:38 
AnswerRe: Save last dialog confiuguration MFC Pin
Hamid_RT30-May-06 8:02
Hamid_RT30-May-06 8:02 
GeneralRe: Save last dialog confiuguration MFC Pin
celllllllll30-May-06 9:09
celllllllll30-May-06 9:09 
GeneralRe: Save last dialog confiuguration MFC Pin
Zac Howland30-May-06 10:19
Zac Howland30-May-06 10:19 
AnswerRe: Save last dialog confiuguration MFC Pin
Laxman Auti30-May-06 18:39
Laxman Auti30-May-06 18:39 
QuestionSendMessage isnt quite working [modified] Pin
Ista30-May-06 7:22
Ista30-May-06 7:22 
I have an outside application.

I found the buttons window using EnumChildWindows
I send the following to it:

SendMessage(hwnd, WM_LBUTTONDOWN, 0, 0);
SendMessage(hwnd, WM_LBUTTONUP, 0, 0);

I put in a 300 millisecnd delay but the event for the button never fires.

Does anyone know why it would fire?

I can see the image of the button change. But its not releasing correctly. I have to click my app really fast to get the release to work right. But, the click event still doesn't fire.

Is there somethibng special require to get the button event to fire?

Thanks,
Nick


1 line of code equals many bugs. So don't write any!!

-- modified at 14:01 Tuesday 30th May, 2006
AnswerRe: SendMessage isnt quite working Pin
PJ Arends30-May-06 8:22
professionalPJ Arends30-May-06 8:22 
GeneralRe: SendMessage isnt quite working Pin
Ista30-May-06 9:12
Ista30-May-06 9:12 
AnswerRe: SendMessage isnt quite working [modified] Pin
Eric Dahlvang30-May-06 8:46
Eric Dahlvang30-May-06 8:46 
Questiondisable auto-complete in dropdown [modified] Pin
elephantstar30-May-06 6:10
elephantstar30-May-06 6:10 
AnswerRe: disable auto-complete in dropdown [modified] Pin
valikac30-May-06 6:45
valikac30-May-06 6:45 
GeneralRe: disable auto-complete in dropdown [modified] Pin
elephantstar30-May-06 7:20
elephantstar30-May-06 7:20 
GeneralRe: disable auto-complete in dropdown [modified] Pin
valikac30-May-06 7:29
valikac30-May-06 7:29 
GeneralRe: disable auto-complete in dropdown [modified] Pin
elephantstar30-May-06 14:24
elephantstar30-May-06 14:24 
GeneralRe: disable auto-complete in dropdown [modified] Pin
valikac30-May-06 15:36
valikac30-May-06 15:36 
QuestionPrevent CListCtrl from hiding scrollbar Pin
stefisko30-May-06 6:08
stefisko30-May-06 6:08 
QuestionHelp Pls - C++ and ADO problem Pin
antonaras30-May-06 5:39
antonaras30-May-06 5:39 
AnswerRe: Help Pls - C++ and ADO problem Pin
Steve S30-May-06 6:10
Steve S30-May-06 6:10 
GeneralRe: Help Pls - C++ and ADO problem Pin
antonaras30-May-06 6:25
antonaras30-May-06 6:25 
GeneralRe: Help Pls - C++ and ADO problem Pin
Steve S30-May-06 6:37
Steve S30-May-06 6:37 
GeneralRe: Help Pls - C++ and ADO problem Pin
antonaras30-May-06 6:50
antonaras30-May-06 6:50 
GeneralRe: Help Pls - C++ and ADO problem Pin
Jörgen Sigvardsson30-May-06 13:32
Jörgen Sigvardsson30-May-06 13:32 
GeneralRe: Help Pls - C++ and ADO problem Pin
Steve S30-May-06 22:24
Steve S30-May-06 22:24 

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.