flat assembler
Message board for the users of flat assembler.
Index
> Windows > ListBox control: number of items |
Author |
|
IronFelix 08 Nov 2005, 14:28
Try this:
Code: buf rb 32 stFormat db "%u",0 invoke SendDlgItemMessage, [hwnd],ID_LISTBOX,LB_GETCOUNT,0,0 cinvoke wsprintf,buf,stFormat,eax invoke MessageBox,0,buf,msgboxtitle,MB_OK+MB_ICONINFORMATION Regards _________________ Flat Assembler is the best! |
|||
08 Nov 2005, 14:28 |
|
BXM 08 Nov 2005, 15:16
Thank you IronFelix.
|
|||
08 Nov 2005, 15:16 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.