Click here to Skip to main content
15,906,455 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: duplicate definitions Pin
Steve Echols1-Jul-06 18:03
Steve Echols1-Jul-06 18:03 
GeneralRe: duplicate definitions Pin
Moujan1-Jul-06 18:22
Moujan1-Jul-06 18:22 
QuestionSystem Wide hook for file save as dialog in All applications Pin
Mo12341-Jul-06 6:46
Mo12341-Jul-06 6:46 
AnswerRe: System Wide hook for file save as dialog in All applications Pin
James Brown1-Jul-06 22:05
James Brown1-Jul-06 22:05 
GeneralRe: System Wide hook for file save as dialog in All applications Pin
Mo12343-Jul-06 12:08
Mo12343-Jul-06 12:08 
QuestionLabel click in ListView triggers audio DLL:s? Pin
Mattias G1-Jul-06 2:41
Mattias G1-Jul-06 2:41 
AnswerRe: Label click in ListView triggers audio DLL:s? Pin
Stephen Hewitt1-Jul-06 3:42
Stephen Hewitt1-Jul-06 3:42 
GeneralRe: Label click in ListView triggers audio DLL:s? Pin
Mattias G1-Jul-06 5:06
Mattias G1-Jul-06 5:06 
Good idea. Tried it, but the call stack doesn't tell me that much:

<br />
KERNEL32! 7c80acd3()<br />
COMCTL32! 5d0f0541()<br />
COMCTL32! 5d0f08a0()<br />
COMCTL32! 5d097aae()<br />
USER32! 77d48709()<br />
USER32! 77d487eb()<br />
USER32! 77d4c00e()<br />
USER32! 77d4c034()<br />
esListVw::OnMessage<br />


The bottom one is my own code, calling CallWindowProc(...) in response to a WM_LBUTTONDOWN.

Confused | :confused:

I think this is spooky. I would feel more comfortable if the app just crashed ...

Btw, tried to remove all custom stuff from the control (subclassing and responding to WM_NOTIFY's), but the multimedia DLL's get loaded anyway at first click (left or right mouse button doesn't matter, same behaviour if tabbing to the label).

Any idea on how to move forward? I'm stuck.

Thanks
GeneralRe: Label click in ListView triggers audio DLL:s? Pin
Stephen Hewitt1-Jul-06 5:50
Stephen Hewitt1-Jul-06 5:50 
GeneralRe: Label click in ListView triggers audio DLL:s? Pin
Mattias G3-Jul-06 1:51
Mattias G3-Jul-06 1:51 
GeneralRe: Label click in ListView triggers audio DLL:s? Pin
Stephen Hewitt3-Jul-06 3:07
Stephen Hewitt3-Jul-06 3:07 
GeneralRe: Label click in ListView triggers audio DLL:s? Pin
Mattias G4-Jul-06 0:14
Mattias G4-Jul-06 0:14 
AnswerRe: Label click in ListView triggers audio DLL:s? Pin
James Brown2-Jul-06 2:29
James Brown2-Jul-06 2:29 
GeneralRe: Label click in ListView triggers audio DLL:s? Pin
Mattias G3-Jul-06 2:09
Mattias G3-Jul-06 2:09 
QuestionHow to Translate VK_UP to VK_SHIFT + VK_TAB? Pin
zouchao11121-Jul-06 1:59
zouchao11121-Jul-06 1:59 
AnswerRe: How to Translate VK_UP to VK_SHIFT + VK_TAB? Pin
PJ Arends1-Jul-06 11:37
professionalPJ Arends1-Jul-06 11:37 
GeneralRe: How to Translate VK_UP to VK_SHIFT + VK_TAB? Pin
feeling1-Jul-06 16:34
feeling1-Jul-06 16:34 
QuestionMSLU / How to avoid crash Pin
Andre xxxxxxx1-Jul-06 1:06
Andre xxxxxxx1-Jul-06 1:06 
AnswerRe: MSLU / How to avoid crash Pin
Gary R. Wheeler1-Jul-06 2:35
Gary R. Wheeler1-Jul-06 2:35 
GeneralRe: MSLU / How to avoid crash Pin
Andre xxxxxxx1-Jul-06 3:45
Andre xxxxxxx1-Jul-06 3:45 
QuestionSerial No Pin
kk.tvm1-Jul-06 0:45
kk.tvm1-Jul-06 0:45 
AnswerRe: Serial No Pin
_AnsHUMAN_ 1-Jul-06 0:57
_AnsHUMAN_ 1-Jul-06 0:57 
GeneralRe: Serial No Pin
bob169721-Jul-06 1:33
bob169721-Jul-06 1:33 
GeneralRe: Serial No Pin
kk.tvm2-Jul-06 18:32
kk.tvm2-Jul-06 18:32 
AnswerRe: Serial No Pin
Hamid_RT1-Jul-06 2:09
Hamid_RT1-Jul-06 2:09 

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.