FTPclient
如果PictureBox用于远程图片显示,那么可以用此属性返回或设置其对应的FTPClient。
示例
用代码动态设置PictureBox的FTPClient:
Dim
piv As
WinForm.PictureBox
= e.Form.Controls("PictureBox1")
Dim
ftp As
New FTPClient
ftp.host="192.168.128.143"
ftp.Account
= "yinsha"
ftp.password
= "128168909"
piv.FTPclient
= ftp