本文介绍了test.waw如何直接将文件打开到图片中...的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Private Sub Command1_Click()
     CD.InitDir = App.Path
     CD.ShowOpen
     Me.MousePointer = vbHourglass
     Me.PicChannel.Cls
     GetWavInfo CD.FileName, Me.PicChannel
     Me.MousePointer = vbNormal
 End Sub



我不想用鼠标选择。

相反,这段代码进入test.waw如何直接在Picture中打开文件...


I do not want to select with the mouse.
Instead, this code into test.waw How do I open the file directly in the Picture ...

推荐答案



这篇关于test.waw如何直接将文件打开到图片中...的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-01 07:45