-
-
CBrowseCtrl_src.zip
A file/folder browsing control that integrates an editbox and a button with built-in images.
-
-
-
-
-
[笑语制作]播放flash.rar
... 按钮的事件,打开flash文件并且播放void CViewFlashView::OnPlay() { // TODO: Add your control notification handler code here //CShockwaveFlash UpdateData() m_flash.LoadMovie(0,m_filename) m_flash.Play() }
-
XCtrls_Src.zip
... different bitmap images to be displayed for each of the button states. This includes disabled, normal, mouse over, and button pressed. ... the button graphics, it was important to include button text and control the alignment of the text with regards to the ...
-
-
-
VB.net编程实例--抢答器的制作.rar
1、新建一个项目,调整窗口的大小,修改form1属性窗口中的text属性为“抢答器” 2、在form1中添加一个按钮控件。名称分别为button1.button2.button3.并且分别将控件的test属性设置为“1号2号3号”。 3、在form1右侧添加textbox控件,名称为textbox1.将其text属性清空。 4、再次添加一个按钮控件,名称为button4 ,将其text属性设置为“复位”。 5、双击一号按钮,打开代码编辑窗口,添加按钮点击执行代码如图所示。
-