Welcome![Sign In][Sign Up]
Location:
Search - button1

Search list

[FlashMXbutton1.zip

Description:
Platform: | Size: 1594 | Author: | Hits:

[ComboBoxButton1

Description: 很好的一个按钮!!学习用得!!!!有为内热-good of a button! ! Learning is used! ! ! ! Promising Heat
Platform: | Size: 3235 | Author: 林庆勤 | Hits:

[FlashMXbutton1

Description: flash多媒体按钮库-flash button for multimedia
Platform: | Size: 1907 | Author: 天来 | Hits:

[Other resourceSCCA

Description: 免疫算法求解函数优化问题运行时请选择所要的函数,并且点Button1执行-immune function algorithm optimization runtime please select the function and implementation point Button1
Platform: | Size: 95217 | Author: 王林成 | Hits:

[Button controlmousedown

Description: 主要是用来模拟鼠标点击,但鼠标点击在button1时,鼠标会落在button2上,并相应2的消息-is mainly used to simulate a mouse click, but clicking on the mouse button1, button2 will fall on the mouse, and the corresponding two news
Platform: | Size: 25605 | Author: 翟超 | Hits:

[Communication-MobileDialPhone

Description: 利用WM5 实现电话功能 在程序中进行电话拨号 “项目”—“添加引用”—“Microsoft.WindowsMobile.Telephony”—“确定” Imports Microsoft.WindowsMobile.Telephony Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim TestPhone As New Phone TestPhone.Talk(\"1001\") End Sub-use WM5 telephone functions in the proceedings conducted a telephone dial-up "project" - "Add quote" - "Mi crosoft.WindowsMobile.Telephony "-" OK "Imp orts Microsoft.WindowsMobile.Telephony pri vate Sub Button1_Click (ByVal sender As System . Object. ByVal e As System.EventArgs) Handles Button1. Click Dim TestPhone As New Phone TestPhone.Tal k ( "1001") End Sub
Platform: | Size: 12648 | Author: 黄先生 | Hits:

[Button controlbutton1

Description: 各种形状的位图按钮很全,里面有一个类可以对其进行形状改变-various shapes bitmap button is all that is a type which can change its shape
Platform: | Size: 4085835 | Author: weir1983 | Hits:

[CA authsdfsdfas

Description: int bitmapHeight = button1.Top- 20 bitmap = new Bitmap(bitmapWidth, bitmapHeight, this.CreateGraphics()) Graphics g = Graphics.FromImage(bitmap) g.Clear(this.BackColor) g.FillEllipse(new SolidBrush(Color.YellowGreen),5,5 ,bitmapWidth - 10, bitmapHeight - 10) g.DrawRectangle(new Pen(Color.Black, 4.0f), 1, 1, bitm
Platform: | Size: 4723 | Author: power | Hits:

[Button controlbutton1

Description: 这是关于windows下的程序源码。希望能和大家共享。
Platform: | Size: 26412 | Author: 刘永松 | Hits:

[Com Portcomm

Description: unit comm interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, SPComm, StdCtrls, ExtCtrls type TFcomm = class(TForm) Comm1: TComm GroupBox1: TGroupBox Memo1: TMemo Memo2: TMemo GroupBox2: TGroupBox Button1: TButton Btn_send: TButton Button2: TButton procedure Button1Click(Sender: TObject) procedure Button2Click(Sender: TObject) procedure Btn_sendClick(Sender: TObject) procedure Comm1ReceiveData(Sender: TObject Buffer: Pointer BufferLength: Word) private { Private declarations } public { Public declarations } end
Platform: | Size: 153051 | Author: liu | Hits:

[Windows Developgamebestle

Description: //启动登录服务器 myListener = new TcpListener(localAddress, int.Parse(port.Text)) myListener.Start() service.SetListBox(string.Format(\"开始在{0},{1}监听客户连接\", localAddress.ToString(), port.Text.Trim())) //创建一个线程监听客户的连接请求 ThreadStart ts = new ThreadStart(ListenClientConnection) Thread myThread = new Thread(ts) myThread.Start() this.button1.Visible = false this.button2.Visible = true this.statusStrip1.Items[0].Text = \"服务已启动\" this.timer1.Enabled = true
Platform: | Size: 14435306 | Author: huangjianhai76 | Hits:

[Windows Develop2008_05_25_111148859

Description: //启动登录服务器 myListener = new TcpListener(localAddress, int.Parse(port.Text)) myListener.Start() service.SetListBox(string.Format(\"开始在{0},{1}监听客户连接\", localAddress.ToString(), port.Text.Trim())) //创建一个线程监听客户的连接请求 ThreadStart ts = new ThreadStart(ListenClientConnection) Thread myThread = new Thread(ts) myThread.Start() this.button1.Visible = false this.button2.Visible = true this.statusStrip1.Items[0].Text = \"服务已启动\" this.timer1.Enabled = true
Platform: | Size: 181947 | Author: huangjianhai76 | Hits:

[OS programGetQQInfo

Description: 通过获取任务栏中QQ的tip信息,分析本机当前登陆QQ的号码信息.为本人原创测试的例子,button2为显示是否存在QQ进程,button1为判断当前登陆QQ的号码.
Platform: | Size: 29794 | Author: Leviathan | Hits:

[Other resourceBUTTON1

Description: 英飞凌C166之XC164CS按钮键盘扫描程序
Platform: | Size: 226063 | Author: xjq2008xz | Hits:

[Remote Control网络监控cxu

Description: 对远程计算机进行监控,关机或重起等资源名利用Delphi实现网络监控系统 摘要 本文详细阐述了如何用DELPHI开发网络实时监控系统,该系统可使网络管理员随时监控到网络中任何一台计算机的操作状态,若该机有违规行为,可通过本系统采取措施禁止其操作,还实现了程序的隐藏、托盘图标、加入注册表自动启动项等技术。到被控机的当前屏幕,看操作员在干什么。远程关机:可以关闭被控的计算机。远程重启:可以重新启动被控的计算机。锁定机器:封锁被控机的操作,键盘、鼠标操作都无效。机器解锁:解除对被控机的封锁。三、代码编写1、 控制端主窗体设计如效果图,各控件名称如下表:名称 控件类型 标题 用途HscrollB TScrollBar 滚动图像VScrollB TscrollBar 滚动图像Label1 Tlabel 显示文字Ipbox TcomboBox 显示IP地址列表RadioGroup1 TRadioGroup 美化界面Cuts TradioButton 截屏选择Cloma TradioButton 关机选择Restart TradioButton 启动选择Lock TradioButton 锁定选择Unlock TradioButton 解锁选择Button1 Tbutton 添加IP地址Button2 Tbutton 执行指令Button3 Tbutton 关闭界面Button4 Tbutton 连接监控端ImPanel TPanel 美化界面Image Timage-the remote computer monitoring, shutdown or restart from the use of resources such as Delphi Network Monitoring System Abstract This paper describes how to use Delphi to develop real-time network monitoring system that enables network administrators to monitor the network at any time any of a computer's operating status, if the aircraft are violations , the system can take measures to stop its operation, has achieved the procedure hidden tray icon, joined the registry items such as automatic failover technology. Machine charged to the current screen, the operator can do. Remote shutdown : It closed charged with computers. Remote resume : can restart the computer charged. Lock machines : the blockade was charged with machine operation, keyboard, mouse operation has been ineffective. Unl
Platform: | Size: 15484 | Author: 王中 | Hits:

[OtherVB.net编程实例--抢答器的制作

Description: 1、新建一个项目,调整窗口的大小,修改form1属性窗口中的text属性为“抢答器” 2、在form1中添加一个按钮控件。名称分别为button1.button2.button3.并且分别将控件的test属性设置为“1号2号3号”。 3、在form1右侧添加textbox控件,名称为textbox1.将其text属性清空。 4、再次添加一个按钮控件,名称为button4 ,将其text属性设置为“复位”。 5、双击一号按钮,打开代码编辑窗口,添加按钮点击执行代码如图所示。-1, a new item, adjust the window size changes Form1 properties window of text attributes to "Responder" two in Form1 add a button control. Names were button1.button2.button3. Respectively, to control the test attribute set to "on the 1st on the 2nd on the 3rd." 3, in addition Form1 right textbox controls, to name textbox1. Its text attributes emptied. 4 again to add a button control, the name of Button4, its text attribute set to "reset." 5, click the button on the 1st, open source editor window, click the Add button code execution shown in the figure.
Platform: | Size: 590630 | Author: 沈嘉祺 | Hits:

[FlashMXbutton1

Description: flash多媒体按钮库-flash button for multimedia
Platform: | Size: 2048 | Author: 天来 | Hits:

[Remote Control网络监控cxu

Description: 对远程计算机进行监控,关机或重起等资源名利用Delphi实现网络监控系统 摘要 本文详细阐述了如何用DELPHI开发网络实时监控系统,该系统可使网络管理员随时监控到网络中任何一台计算机的操作状态,若该机有违规行为,可通过本系统采取措施禁止其操作,还实现了程序的隐藏、托盘图标、加入注册表自动启动项等技术。到被控机的当前屏幕,看操作员在干什么。远程关机:可以关闭被控的计算机。远程重启:可以重新启动被控的计算机。锁定机器:封锁被控机的操作,键盘、鼠标操作都无效。机器解锁:解除对被控机的封锁。三、代码编写1、 控制端主窗体设计如效果图,各控件名称如下表:名称 控件类型 标题 用途HscrollB TScrollBar 滚动图像VScrollB TscrollBar 滚动图像Label1 Tlabel 显示文字Ipbox TcomboBox 显示IP地址列表RadioGroup1 TRadioGroup 美化界面Cuts TradioButton 截屏选择Cloma TradioButton 关机选择Restart TradioButton 启动选择Lock TradioButton 锁定选择Unlock TradioButton 解锁选择Button1 Tbutton 添加IP地址Button2 Tbutton 执行指令Button3 Tbutton 关闭界面Button4 Tbutton 连接监控端ImPanel TPanel 美化界面Image Timage-the remote computer monitoring, shutdown or restart from the use of resources such as Delphi Network Monitoring System Abstract This paper describes how to use Delphi to develop real-time network monitoring system that enables network administrators to monitor the network at any time any of a computer's operating status, if the aircraft are violations , the system can take measures to stop its operation, has achieved the procedure hidden tray icon, joined the registry items such as automatic failover technology. Machine charged to the current screen, the operator can do. Remote shutdown : It closed charged with computers. Remote resume : can restart the computer charged. Lock machines : the blockade was charged with machine operation, keyboard, mouse operation has been ineffective. Unl
Platform: | Size: 15360 | Author: 王中 | Hits:

[OtherVB.net编程实例--抢答器的制作

Description: 1、新建一个项目,调整窗口的大小,修改form1属性窗口中的text属性为“抢答器” 2、在form1中添加一个按钮控件。名称分别为button1.button2.button3.并且分别将控件的test属性设置为“1号2号3号”。 3、在form1右侧添加textbox控件,名称为textbox1.将其text属性清空。 4、再次添加一个按钮控件,名称为button4 ,将其text属性设置为“复位”。 5、双击一号按钮,打开代码编辑窗口,添加按钮点击执行代码如图所示。-1, a new item, adjust the window size changes Form1 properties window of text attributes to "Responder" two in Form1 add a button control. Names were button1.button2.button3. Respectively, to control the test attribute set to "on the 1st on the 2nd on the 3rd." 3, in addition Form1 right textbox controls, to name textbox1. Its text attributes emptied. 4 again to add a button control, the name of Button4, its text attribute set to "reset." 5, click the button on the 1st, open source editor window, click the Add button code execution shown in the figure.
Platform: | Size: 590848 | Author: 沈嘉祺 | Hits:

[Button controlbutton1

Description: 各种形状的位图按钮很全,里面有一个类可以对其进行形状改变-various shapes bitmap button is all that is a type which can change its shape
Platform: | Size: 4085760 | Author: weir1983 | Hits:
« 12 3 »

CodeBus www.codebus.net