News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Listview question

Started by Jango, March 09, 2012, 06:11:50 AM

Previous topic - Next topic

Jango

i am new to masm.  I have two procedures.

In first one, when the users press the A button it will go to first procedure where I have created local variable LOCAL lvi:LV_ITEM.  This procedure is for filling listview.

In second one, when the users press the B  button, it will go to second procedure.  The second procedure is for grabbing the item in dialogbox edit control.  In second procedure, I want to make the use of this code:

invoke SendMessage,hList,LVM_GETITEMTEXT,lParam,addr lvi

Now, I dont know how to pass these lvi and lParam to second procedure.  Can anyone help me out in this case?

Force

Never Stop Until You Are Better Than The Best