搜索资源列表
ListViewEmbeddedControls
- 自定义控件,listview,可以点头排序,在行加入按钮、进度条等控件。-Custom control, listview, sort nod, line by adding button, progress bar and other controls.
progressworknote
- 采用MiniGUI进度条控件的开发,实现同步。-MiniGUI progress bar control with the development, to achieve synchronization
MediaPlayer
- 用EVC编的媒体播放器 1.这个程序会自动用window mideaplayer 2.添加ActiveX控件,控件很多,但做起来简单,和以前的控件那个作业差不多 3.媒体播放、音量调节、播放进度选择、暂停、停止、上一曲、下一曲以及歌曲信息的查询与添加,全部循环,单曲循环。右键单击播放列表中的曲目可添加,清除或重命名曲目。可添加曲目和文件目录到播放列表中。-EVC series with the media player 1. This program automatically with the
ControlEx_2010.2.3
- 在某个控件类的基础上新注册一个子类化的控件类,不会影响原有控件类。在 Windows 中,这种技术又称为超类化。这种方法能影响到每一个创建的控件实例。 这种方法要是向MiniGUI 注册自己的类,然后自己设计控件数据(不是指GUI系统的调用的控件窗口数据(这些例如客户区、私有DC、托管窗口之类的),而是指保存控件某些行为的数据(例如ctrl_button里的BUTTONDATA这一些的数据))和过程处理函数。 比较适用用于像扩展按钮(Button)、编辑框(Edit)、进度条(Progres