Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
int n=SendMessage(w1 LVM_FINDITEM 0 0)???
#1
I was taking a look around @ some posts... & I found something some things that work for SendMessage...
usually only a few things work when I try to use SendMessage... for example...


Macro
Code:
Copy      Help
int w1=id(822"this is parent that contains SysListView32");;id(822) is the child of parent...
int n=SendMessage(w1 LVM_GETITEMCOUNT 0 0)
out n;;this 'outs' the total # of items in the SysListView32...
;;I really like this... but would like to try the following, but am not sure how!!!

;;FOLLOWING: -

int o=SendMessage(w1 LVM_FINDITEM 0 0)
out o;;Nothing happens...
;;I would like to use LVM_FINDITEM... to find a certain item in SysListView...

int o=SendMessage(w1 LVM_FINDITEM "981452 *" 0);;NOT SURE HOW IT COULD BE DONE.

;;to tell the truth... a lot of SendMessage remarks I donnot understand how to use. I would sure like to.

Here is where I am getting & testing a lot of my SendMessage Remarks:
http://www.vbcode.com/Asp/showsn.asp?theID=11797

But it does not tell how to make them work in QM Sad

PLEASE HELP W/ THIS ONE @ LEAST...
THANKS!!! - Scottie


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)