千
千中元
Unregistered / Unconfirmed
GUEST, unregistred user!
见技术内幕P118.
Form1.ListBox1.items.clear
......
......
SendMessage(Form1.ListBox1.Handle,lb_AddString,0,LongInt(s))
问题1:lb_AddString是添加到Listbox1.items中,那么添加到别的地方的 话,还有些什么参数和lb_Addstring是在同一个级别的?
问题2:这里的参数0表示什么?
问题3:为什么要Longint(s)?在API帮助里,IPparam,类型 Any,说明:
具体取决于消息 。 既然要送到listbox1.items中,不是string类型么?
Form1.ListBox1.items.clear
......
......
SendMessage(Form1.ListBox1.Handle,lb_AddString,0,LongInt(s))
问题1:lb_AddString是添加到Listbox1.items中,那么添加到别的地方的 话,还有些什么参数和lb_Addstring是在同一个级别的?
问题2:这里的参数0表示什么?
问题3:为什么要Longint(s)?在API帮助里,IPparam,类型 Any,说明:
具体取决于消息 。 既然要送到listbox1.items中,不是string类型么?