test.waw如何直接将文件打开到图片中... [英] test.waw How do I open the file directly into the Picture ...

查看:140
本文介绍了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.wav文件没有打开窗口,用鼠标选择它,

我想要自动发送图片框。

来test.wav文件声波查看。
the thing is,
test.wav file not opening the window by selecting it with the mouse,
I want to send the picture box automatically.
which comes test.wav file "sound wave" to view.


我知道的英文很少。我可以用简短的句子说话。

我在图片框上显示声波图形。

我用CommonDialog打开test.wav。

我用鼠标选择它并测试.wav正在玩。

然后,我正在运行声波。





但是。我不想用CommonDialog打开。



我按下按钮。我想立即上传test.wav文件。

我不想用CommonDialog打开。

例如,



Private Sub Command1_Click()



打开FileName进行二进制访问读取为FreeNum

........ br />
打开FileName进行二进制访问写为FreeNum

........

结束子



我不知道怎么做。
I know very little English.I can speak in short sentences.
I'm showing a sound wave graphic on the picture box .
I'm opening test.wav with CommonDialog .
I choose it with the mouse and test.wav is playing.
then, I am running sound waves.


but. I don't want opening with CommonDialog.

I press the button. I want to upload test.wav file immediately.
I don't want opening with CommonDialog.
for example,

Private Sub Command1_Click()

Open FileName For Binary Access Read As FreeNum
........
Open FileName For Binary Access write As FreeNum
........
End Sub

I do not know how to do it.


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

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆