Click here to Skip to main content
16,005,149 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionIS IT POSSIBLE TO HANDLE MOUSE SCROLL EVENT Pin
Killer33-May-06 20:32
Killer33-May-06 20:32 
AnswerRe: IS IT POSSIBLE TO HANDLE MOUSE SCROLL EVENT Pin
V_shr3-May-06 20:41
V_shr3-May-06 20:41 
AnswerRe: IS IT POSSIBLE TO HANDLE MOUSE SCROLL EVENT Pin
Stephen Hewitt3-May-06 20:45
Stephen Hewitt3-May-06 20:45 
QuestionWinDbg - is it possible to set breakpoint on system function? Pin
chupa1233-May-06 19:51
chupa1233-May-06 19:51 
AnswerRe: WinDbg - is it possible to set breakpoint on system function? Pin
Maxwell Chen3-May-06 20:03
Maxwell Chen3-May-06 20:03 
GeneralRe: WinDbg - is it possible to set breakpoint on system function? Pin
chupa1233-May-06 21:07
chupa1233-May-06 21:07 
AnswerRe: WinDbg - is it possible to set breakpoint on system function? Pin
Stephen Hewitt3-May-06 20:25
Stephen Hewitt3-May-06 20:25 
GeneralRe: WinDbg - is it possible to set breakpoint on system function? Pin
chupa1233-May-06 20:51
chupa1233-May-06 20:51 
Thank you for your reply. But as I said symbols are installed and loaded correctly. I can verify this by issuing lm command:

0:000> lm
start end module name
01000000 01014000 notepad (pdb symbols) C:\WINDOWS\Symbols\notepad.pdb\F679AEF8BE1F44CAB4CBC4B52D77241B1\notepad.pdb
73000000 73026000 WINSPOOL (pdb symbols) C:\WINDOWS\Symbols\winspool.pdb\97A6ECC94EA7450CA7D375BD9DFFCA5E2\winspool.pdb
763b0000 763f9000 comdlg32 (pdb symbols) C:\WINDOWS\Symbols\comdlg32.pdb\4FCBEAD63D7345998C1F92D8DBB0DC272\comdlg32.pdb
773d0000 774d2000 COMCTL32 (pdb symbols) C:\WINDOWS\Symbols\MicrosoftWindowsCommon-Controls-6.0.2600.2180-comctl32.pdb\C454919C031643618F4CAC675CBC64401\MicrosoftWindowsCommon-Controls-6.0.2600.2180-comctl32.pdb
77c10000 77c68000 msvcrt (pdb symbols) C:\WINDOWS\Symbols\msvcrt.pdb\A678F3C30DED426B839032B996987E381\msvcrt.pdb
77d40000 77dd0000 USER32 (pdb symbols) C:\WINDOWS\Symbols\user32.pdb\EE2B714D83A34C9D88027621272F83262\user32.pdb
77dd0000 77e6b000 ADVAPI32 (pdb symbols) C:\WINDOWS\Symbols\advapi32.pdb\455D6C5F184D45BBB5C5F30F829751142\advapi32.pdb
77e70000 77f01000 RPCRT4 (pdb symbols) C:\WINDOWS\Symbols\rpcrt4.pdb\BEA45A721DA141DAA3BA86B3A20311532\rpcrt4.pdb
77f10000 77f57000 GDI32 (pdb symbols) C:\WINDOWS\Symbols\gdi32.pdb\C0EA66BE00A64BD7AEF79E443A91869C2\gdi32.pdb
77f60000 77fd6000 SHLWAPI (pdb symbols) C:\WINDOWS\Symbols\shlwapi.pdb\A773F8CDBBAD4604ABA33EF708F123882\shlwapi.pdb
7c800000 7c8f4000 kernel32 (pdb symbols) C:\WINDOWS\Symbols\kernel32.pdb\FB334FB28FA34128BDE9229285BE4C2F2\kernel32.pdb
7c900000 7c9b0000 ntdll (pdb symbols) C:\WINDOWS\Symbols\ntdll.pdb\36515FB5D04345E491F672FA2E2878C02\ntdll.pdb
7c9c0000 7d1d5000 SHELL32 (pdb symbols) C:\WINDOWS\Symbols\shell32.pdb\6744E3D041704F519BD5D4D56E5388A72\shell32.pdb

These symbols are downloaded from MS symbol server (as you suggested in your post).
As you can see symbols are loaded for kernel32.dll but still WinDbg does not allow me to set breakpoints on its exports.
GeneralRe: WinDbg - is it possible to set breakpoint on system function? Pin
Stephen Hewitt3-May-06 21:01
Stephen Hewitt3-May-06 21:01 
GeneralRe: WinDbg - is it possible to set breakpoint on system function? Pin
chupa1233-May-06 21:20
chupa1233-May-06 21:20 
GeneralRe: WinDbg - is it possible to set breakpoint on system function? Pin
Monty23-May-06 22:51
Monty23-May-06 22:51 
GeneralRe: WinDbg - is it possible to set breakpoint on system function? Pin
Stephen Hewitt4-May-06 0:23
Stephen Hewitt4-May-06 0:23 
QuestionEditCtrl Left Margin Pin
Nishad S3-May-06 19:12
Nishad S3-May-06 19:12 
AnswerRe: EditCtrl Left Margin Pin
Nibu babu thomas3-May-06 19:16
Nibu babu thomas3-May-06 19:16 
GeneralRe: EditCtrl Left Margin Pin
Nishad S3-May-06 19:23
Nishad S3-May-06 19:23 
GeneralRe: EditCtrl Left Margin Pin
Nibu babu thomas3-May-06 19:28
Nibu babu thomas3-May-06 19:28 
GeneralRe: EditCtrl Left Margin Pin
Nishad S3-May-06 19:37
Nishad S3-May-06 19:37 
GeneralRe: EditCtrl Left Margin Pin
PJ Arends3-May-06 19:43
professionalPJ Arends3-May-06 19:43 
GeneralRe: EditCtrl Left Margin Pin
Nishad S3-May-06 19:54
Nishad S3-May-06 19:54 
GeneralRe: EditCtrl Left Margin Pin
Nibu babu thomas3-May-06 20:49
Nibu babu thomas3-May-06 20:49 
GeneralRe: EditCtrl Left Margin Pin
Nishad S3-May-06 20:53
Nishad S3-May-06 20:53 
GeneralRe: EditCtrl Left Margin Pin
Nibu babu thomas3-May-06 20:55
Nibu babu thomas3-May-06 20:55 
GeneralRe: EditCtrl Left Margin Pin
Nishad S3-May-06 21:01
Nishad S3-May-06 21:01 
QuestionRe: EditCtrl Left Margin Pin
Nibu babu thomas3-May-06 21:03
Nibu babu thomas3-May-06 21:03 
AnswerRe: EditCtrl Left Margin Pin
Nishad S3-May-06 21:07
Nishad S3-May-06 21:07 

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.