-
CD抓轨控件,不需要身生成映像文件就能直接抓取CD音轨并转存为:mp3、mp2、ogg、wma、wave 文件,可以根据时间或开始/结束点来抓取指定CD音轨的某...
CD抓轨控件,不需要身生成映像文件就能直接抓取CD音轨并转存为:mp3、mp2、ogg、wma、wave 文件,可以根据时间或开始/结束点来抓取指定CD音轨的某一部分;你还可以同时抓取2条或更多CD音轨并合并成一条音轨刻录。新技术、新算法让该控件变得更小但速度更快;测试版附带有VB的例子。本控件需要安装:ASPI驱动及Windows Media Format。-CD, not body image files can be generated directly crawls CD soundtrack and transfers for : mp3, mp2, ogg, and includes a wave file that can be based on time or start/end point designated to capture a soundtrack CD; You can also capture two or more CD soundtrack and consolidated into a soundtrack recording. New technologies, new algorithms allow the controls become much smaller but faster; A test version of VB fringe examples. The controls need to install : ASPI driver and the Windows Media Format.
- 2023-07-29 05:00:04下载
- 积分:1
-
一个按钮控件实例,
一个按钮控件实例,
一个按钮控件实例,
一个按钮控件实例,-example of a button control, a control button examples,
- 2023-06-28 16:20:02下载
- 积分:1
-
C++小控件,可以实现xp风格的进度条。
C++小控件,可以实现xp风格的进度条。-C controls, can achieve xp style of the progress.
- 2022-02-04 18:32:26下载
- 积分:1
-
自动响应按钮,并切换按钮上的图标,而且可以改变大小。为压缩文件,无解压密码。...
自动响应按钮,并切换按钮上的图标,而且可以改变大小。为压缩文件,无解压密码。-automatic response button, and switch buttons on the icon, but can change size. For compressed files without extracting passwords.
- 2022-01-26 02:49:13下载
- 积分:1
-
FileView ActiveX 控件允许你在应用程序中增加一个象IE一样的listview...
FileView ActiveX 控件允许你在应用程序中增加一个象IE一样的listview-FileView ActiveX controls allow you to add applications as one of the same IE error
- 2022-04-20 10:53:30下载
- 积分:1
-
更改网格行可见性
翻译 maninwest@Codeforge 作者 K K Srinivasan@CodeProject这里是如何更改网格行的可见性的技巧。背景其实,更改网格行的可见性有很多方法。这里是我自己的方法。基于布尔值更改可见性。在开始之前,了解一下可见模式可见– 控件始终在布局中并显示给用户。收起 – 控件不显示在布局中。其他控件发生布局调整。隐藏 –控件不显示但是会保留在布局中的位置。未发生调整。使用代码Step 1:我只通过我创建的演示 APP 来解释代码。定义类中的布尔属性。可以使用依赖属性或者 INotifyPropertyChanged 界面获得更改通知。这里,我将布尔属性定义为依赖属性。 public static readonly DependencyProperty SetVisibilityProperty = DependencyProperty.Register("SetVisibi lity",typeof(bool),typeof(AddWindow));
public bool SetVisibility
{
get { return (bool)this.GetValue(SetVisibilityProperty); }
set
{
SetValue(SetVisibilityPro
- 2022-06-21 19:56:48下载
- 积分:1
-
程序运行过程中在状态拦显示系统的时间,鼠标位置,以及INSERT按键是否被按下等状态...
程序运行过程中在状态拦显示系统的时间,鼠标位置,以及INSERT按键是否被按下等状态-procedures in the course of running the state to stop the display system, the mouse position, and INSERT button was pressed, such as whether the state
- 2022-08-16 09:58:01下载
- 积分:1
-
VC++ In word fill in forms. An example of very good, everyone can see.
VC++中进行word表格的填写。非常好的一个实例,大家可以看看。-VC++ In word fill in forms. An example of very good, everyone can see.
- 2022-07-19 12:35:11下载
- 积分:1
-
For the solution of simple 8Puzzle, solvable 3 × 3 to 5 × 5, and another practic...
- 2022-01-28 02:47:12下载
- 积分:1
-
利用Timer和Label控件实现本地时间实时显示
在Visual Studio 2010平台里,使用VB语言,并利用Timer控件和Label控件实现本机系统时间的实时显示。注意:务必将Timer控件的Enable属性改为True。
- 2023-07-30 22:05:03下载
- 积分:1