以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.net/bbs/index.asp)
--  专家坐堂  (http://foxtable.net/bbs/list.asp?boardid=2)
----  PictureViewer  (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=133360)

--  作者:天蝉一线
--  发布时间:2019/4/12 17:15:00
--  PictureViewer
PictureViewer如何用代码设置远程文件=true或false
--  作者:有点甜
--  发布时间:2019/4/12 18:15:00
--  

比如

 

Dim piv As WinForm.PictureViewer = e.Form.Controls("PictureViewer1")
piv.remote = True
Dim ftp As New FTPClient
ftp.host="192.168.128.143"
ftp.Account = "yinsha"
ftp.password = "128168909"
piv.FTPclient = ftp