R rolex222 Unregistered / Unconfirmed GUEST, unregistred user! 2003-05-07 #1 如题! selected.caption不行! 如何做出像输入IP地址那样的输框(像这样“ 。 。 。 ”)!
原 原野飞侠 Unregistered / Unconfirmed GUEST, unregistred user! 2003-05-07 #2 在shelllistview1的click事件中添加如下代码: if not shelllistview1.Folders[ShelllistView1.Selected.index].IsFolder then edit1.Text:=shelllistview1.Folders[ShelllistView1.Selected.index].PathName ; 如果单击的是文件,则在edit1中显示文件路径和名称。 其它判断你自己去找吧(在folders的相关属性中有很多内容)。
在shelllistview1的click事件中添加如下代码: if not shelllistview1.Folders[ShelllistView1.Selected.index].IsFolder then edit1.Text:=shelllistview1.Folders[ShelllistView1.Selected.index].PathName ; 如果单击的是文件,则在edit1中显示文件路径和名称。 其它判断你自己去找吧(在folders的相关属性中有很多内容)。
R rolex222 Unregistered / Unconfirmed GUEST, unregistred user! 2003-05-07 #3 谢谢!! 如何做出像输入IP地址那样的输框(像这样“ 。 。 。 ”)! 用maskedit可以做得windows里的IP设置一样吗?我不会弄!也请帮帮忙!
C _ccc Unregistered / Unconfirmed GUEST, unregistred user! 2003-07-14 #4 试试ShellListView1.SelectedFolder.PathName中不!