i found some examples which are using WM_NOTIFY, but this not working for me because i never reach that message.
so i found a other one for WM_COMMAND, but this one also not work.
can somebody help me?
.if uMsg == WM_COMMAND mov eax,wParam .elseif eax == IDC_LST shr eax,16 .if ax==LBN_DBLCLK invoke MessageBox, hWnd, Addr msg1, Addr msg1, MB_OK .endif .endif
This post has been edited by Latias: 15 November 2012 - 09:19 AM

New Topic/Question
Reply



MultiQuote






|