登录
首页 » 按钮控件 » TbspRunAppBtn是一款功能增强的TSpeedbutton控件,可以通过点击TbspRunAppBtn来启动应用程序,你还可以定制OnClick事件是在...

TbspRunAppBtn是一款功能增强的TSpeedbutton控件,可以通过点击TbspRunAppBtn来启动应用程序,你还可以定制OnClick事件是在...

于 2022-07-11 发布 文件大小:4.26 kB
0 108
下载积分: 2 下载次数: 1

代码说明:

TbspRunAppBtn是一款功能增强的TSpeedbutton控件,可以通过点击TbspRunAppBtn来启动应用程序,你还可以定制OnClick事件是在启动应用程序前还是后。而且还能设置只让应用程序启动一次,当你再次点击时启动的程序将被激活到前台。-TbspRunAppBtn is a feature enhancements TSpeedbutton controls, TbspRunAppBtn can click to initiate applications, You can also customize OnClick event was the launch applications before or after. But also set up only one application launch, when you click again at the start of the process will be activated to the forefront.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • VB自身提供的Timer的定时精度太差!补充一个我认为很精确的定时方法,该方法可以 真正精确到毫秒级!...
    VB自身提供的Timer控件的定时精度太差!补充一个我认为很精确的定时方法,该方法可以 真正精确到毫秒级!-VB own Timer control of the timing accuracy bad! I think that added a very precise timing, the method can really accurate to the millisecond!
    2022-08-06 22:40:00下载
    积分:1
  • c++ 钟表程序
    PPWizard的创造了这个Test13_4应用程序为您服务。此应用程序不仅介绍了使用Microsoft基础类的基本知识但也是一个起点,编写应用程序。此文件包含了什么?你会发现在每个文件的摘要说让你的Test13_4应用程序。Test13_4.dsp    这个文件(项目文件)中包含的信息在项目层次和    是用来建立一个单一的项目或子项目。其他用户可以共享    项目(.DSP)文件,但他们应该在本地导出的makefile。Test13_4.h    这是应用程序的主头文件。它包含其他    项目特定的头文件(包括Resource.h),并声明    CTest13_4App应用程序类。Test13_4.cpp    这是包含应用程序的主应用程序源文件    类CTest13_4App。Test13_4.rc    这是所有Microsoft Windows资源的列表,该    程序使用。它包括图标,位图和光标存储    在RES子目录中。这个文件可以直接编辑在Microsoft 的Visual C++。Test13_4.clw    此文件包含由类向导信息,以编辑现有    类或添加新类。类向导也使用此文件来存储    所需的信息来创建和编辑消息映射和对话框数据    映射,并创建原型成员函数。水库 Test13_4.ico    这是一个图标文件
    2022-08-05 10:18:15下载
    积分:1
  • ASP成绩查询程序,带后台,可批量导入数据
    ASP成绩查询程序,带后台管理,通过后台可批量导入成绩数据、手功录入数据、查看数据、管理数据、管理用户、系统初始化、数据库压缩等功能,是一款功能相对简单的成绩查询系统。
    2023-01-12 07:20:03下载
    积分:1
  • A class that show AVIs inside a button 在上播放动画的类
    A class that show AVIs inside a button 在按钮上播放动画的类-show AVIs inside a button in the button on the player animation category
    2023-09-02 16:45:02下载
    积分:1
  • 这是一个从CListCtrl派生的类,使你可以方便地在你的列表中加入Drag & Drop支持...
    这是一个从CListCtrl派生的类,使你可以方便地在你的列表控件中加入Drag & Drop支持-CListCtrl derived from the class, so you can conveniently in your Control List to add support for Drag Drop
    2022-02-28 09:47:30下载
    积分:1
  • GlowButton - 发光的
    翻译  maninwest@Codeforge  作者:John Underhill @ Codeproject最近我在查看 KMP Player 软件上的一些图形元素(如果你想看看好的图形设计,我建议你也查看一下)。我在项目中需要的是一个简单的发光按钮控件,用于玩家控制的,这不是什么太神奇的东西,只是在鼠标悬停时能够改变颜色。让图像更改颜色很简单,只需修改  ImageAttribute 的颜色矩阵:private void DrawColoredImage(Graphics g, Image img, Rectangle bounds, Color clr) { using (ImageAttributes ia = new ImageAttributes()) { ColorMatrix cm = new ColorMatrix(); // convert and refactor color palette cm.Matrix00 = ParseColor(clr.R); cm.Matrix11 = ParseColor(clr.G); cm.Matrix22 = ParseColor(clr.B); cm.Matrix33 = ParseColor(clr.A); cm.Matrix44 = 1f; // set matrix ia.SetColorMatrix(cm); // draw g.DrawImage(img, bounds, 0, 0, img.Width, img.Height, GraphicsUnit.Pixel, ia); } }示例代码中的 ParseColor 会将位转化为浮点值。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2023-07-25 02:55:04下载
    积分:1
  • VC++收音机的程序,以后一定上些更好的源码和大家分享
    VC++收音机控件的程序,以后一定上些更好的源码和大家分享-VC radio control procedures, I must on some of the source code and a better share
    2022-08-18 10:34:09下载
    积分:1
  • 这是一个彩色进度条的例子,你想在程序中显示一个漂亮的进度条么,赶快下载吧...
    这是一个彩色进度条的例子,你想在程序中显示一个漂亮的进度条么,赶快下载吧-This is a colorful example of the progress that you want to procedures in a beautiful display of the progress of Mody, it quickly download
    2022-07-23 16:24:21下载
    积分:1
  • 程序演示了如何创建带有图像的工具条和弹出菜单
    程序演示了如何创建带有图像的工具条按钮和弹出菜单-procedures demonstrated how to create images with the toolbar buttons and pop-up menus
    2022-01-26 03:57:06下载
    积分:1
  • VB通过打开对话框,选择想要打开的文
    VB通过控件打开对话框,选择想要打开的文件-VB control through open dialog box, select the desired open file
    2022-07-24 22:11:17下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载