怎么让popup_list框能输入数据
怎么让popup_list框能象文本框一样,也能输入数据。应该设置popup_list的什么属性,或要什么lisp驱动程序。 Use DosLib dos_editlist function 好象没有<b>dos_editlist这个控件,能具体说怎么用吗。谢谢。我是初学者,希望能写详细点,谢谢!</b> 你要下载DOSLIB
<H3>dos_editlist </H3>
<P align=center>
<HR align=center width="100%" SIZE=2>
Displays a sizeable Windows dialog box with an editable list box. Items can be added or removed from the list, and the order of the list can be changed.
<H4>Syntax </H4>
<H5>(dos_editlist title prompt list) </H5>
<H4>Parameters </H4>
<TABLE cellSpacing=0 cellPadding=2 width="100%" border=0>
<TBODY>
<TR>
<TD vAlign=top width="9%"><B>title</B>
</TD>
<TD vAlign=top width="91%">A string containing the dialog box title.
</TD></TR>
<TR>
<TD vAlign=top width="9%"><B>path</B>
</TD>
<TD vAlign=top width="91%">A string containing the dialog box prompt.
</TD></TR>
<TR>
<TD vAlign=top width="9%"><B>list</B>
</TD>
<TD vAlign=top width="91%">A list of string values.
</TD></TR></TBODY></TABLE>
<H4>Returns </H4>A list of string items selected from the list if successful.
<B>nil</B> on cancel or on error.
<H4>Examples </H4>Command: (dos_editlist "Edit Items" "Add, remove, or edit items" '("Item1" "Item2" "Item3"))
<IMG height=263 hspace=0 src="mk:@MSITStore:C:\Documents%20and%20Settings\Ivy\桌面\doslib61.chm::/images/dos_editlist.jpg" width=347 border=0>
("Item1" "Item2" "Item3" "NewItem4")
<P align=center>
<HR align=center width="100%" SIZE=2>
<H4>Also See </H4><A href="mk:@MSITStore:C:\Documents%20and%20Settings\Ivy\桌面\doslib61.chm::/Graphical_User_Interface_Functions/dos_checklist.htm" target="_blank" >dos_checklis</A>t, <A href="mk:@MSITStore:C:\Documents%20and%20Settings\Ivy\桌面\doslib61.chm::/Graphical_User_Interface_Functions/dos_proplist.htm" target="_blank" >dos_proplist</A> 不用插件实现不了吗
页:
[1]