老师,在添加文件时能否设置直接打开文件的路径
Dim fm As
WinForm.PictureViewer = e.Form.Controls("PictureViewer1")
fm.ManagerCommand.Visible
= False
fm.SaveAsCommand.Visible
= False
fm.FullViewCommand.Visible
= False '全屏
fm.StretchCommand.Visible
= False '缩放
e.Form.Controls("PictureViewer1").BackColor
= Color.DarkGray
Dim obj As object
= e.Form.Controls("PictureViewer1").basecontrol.Controls(0)
obj.SplitterDistance
= 250
For Each o As
object In obj.panel2.controls("FlowLayoutPanel2").Controls
o.Font = new Font("微软雅体", 18)
Next
DataTables("出库明细").DataCols("送货单").DefaultFolder
= "I:\图片管理\Attachments\销售凭证\送货单" '存放路径