小巧工具--图片浏览器

Private Sub Form_Load()
On Error Resume Next
Dim a As String
a = Command
a = Replace(a, Chr(34), "")
Me.Picture2.Picture = LoadPicture(a)
If Err.Number <> 0 Then
MsgBox Err.Description
End If

End Sub

Private Sub Form_Resize()
On Error Resume Next
If Me.Height > 300 And Me.Width > 300 Then
Me.Picture1.ZOrder 0
Me.Picture1.Move 0, 0, Me.Width - 50, Me.Height - 50
If Not Picture2.Picture Is Nothing Then
Picture1.PaintPicture Me.Picture2.Picture, 0, 0, Me.Picture1.Width, Me.Picture1.Height, 0, 0, Me.Picture2.Width, Me.Picture2.Height
End If
End If
End Sub

编译后在图片的打开方式中添加以你编译后的文件名

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值