regarding NM_RCLICK create popup menuthank you AHCFan20 [code]int ret = TrackPopupMenu(hMenu, TPM_RETURNCMD | TPM_TOPALIGN | TPM_LEFTAL...
regarding NM_RCLICK create popup menu[code] GetCursorPos(&p); int iIndex = ListView_GetSelectionMark(hList); hMenu = CreatePopupMenu()...
mix c++ and assemblyi still have the same error on that example (im using VC++ 2008)...thanks anyways guys
mix c++ and assemblycan i call api with mix asm ?
mix c++ and assemblyin masm i can do this [code]push 0 push offset title push offset msg push 0 call MessageBoxA[...
This user does not accept Private Messages