CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 位图 按钮

搜索资源列表

  1. ShowPic

    0下载:
  2. 本代码是用VC开发,用于基本控件的使用,在对话框的图像控件中通过按钮来显示位图-This code is the development of the VC for basic controls, picture controls in the dialog box to display the bitmap through the button
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:3043514
    • 提供者:李明
  1. Graphic

    0下载:
  2. 图形的绘制,如何使用自定义画笔(颜色,线宽,线形)。如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。-Graphics rendering, how to use a custom brush (color, line width, line). How procedures to add op
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:3901834
    • 提供者:奋斗不止
  1. zyl

    0下载:
  2. 基于Dialog类 在出对话框中添加他Tab 控件 在Tab控件中添加三个人信息对话框 可以吧信息输入到ListControl里且实现WORD TXT 保存和打开 按钮位图加载 列表控件的背景文本设置 列表控件中信息的删除 查找等等功能多多 适合初学者参考-Based Dialog class in the dialog box to add him in the Tab Control Tab Control to add three personal message dialog can n
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-11
    • 文件大小:2336233
    • 提供者:祝玉磊
  1. cyq

    0下载:
  2. 基于Dialog类 TAB控件的使用 且把TAB控件中人员信息添加到列表控件 且实现txt保存 查找 删除等 按钮位图加载 列表框背景 文本背景 文本颜色 按钮提示功能CToolTipCtrl类 -Based Dialog class TAB control use and control of the TAB personnel information added to the list of controls and achieve txt Save Find delete button t
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-10
    • 文件大小:2237455
    • 提供者:祝玉磊
  1. leiyi

    0下载:
  2. 基于对话框类 密码输入 进入个人信息登录系统 实现个人信息输入且添加到列表控件且实现查找 删除 保存 txt 按钮位图加载 -Based on the password input dialog class to enter personal information registration system to achieve personal information is entered and added to the list of controls and achieve delet
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-24
    • 文件大小:7723068
    • 提供者:祝玉磊
  1. pj

    0下载:
  2. 对话框类 密码输入 修改 对话框背景加载 个人信息输入(编辑框)输入到列表控件且实现查找 删除 按钮位图加载 -Modify the password input dialog class loading personal information input dialog background (edit box) input to the list of controls and achieve Finding the Delete button bitmaps, etc.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-18
    • 文件大小:4791316
    • 提供者:祝玉磊
  1. XPButtonST_class

    0下载:
  2. 将下载的CButtonST与CXPButton类进行整合,生成带边框和位图的按钮类-The downloaded CButtonST and CXPButton integration, generation with frame and bitmap button class
  3. 所属分类:Button control

    • 发布日期:2017-04-05
    • 文件大小:42656
    • 提供者:吴哲
  1. 887654

    0下载:
  2. 在按钮上显示位图,VC++精选编程源码,很好的参考资料。-The bitmap is displayed on the button, VC++ select programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:12658
    • 提供者:桂花翅子
  1. DynBtn-

    0下载:
  2. 在MFC中动态创建了100个按钮,然后进行重绘,同时显示位图和文本,创建后可以删除所有按钮,然后再创建,界面很漂亮,功能很强大,没有BUG!不下会后悔的!如果觉得好请给好评哈 -In MFC dynamically create a 100 button, and then redraw, displaying bitmaps and text, you can delete all the buttons after creating and then create, the interf
  3. 所属分类:Button control

    • 发布日期:2017-05-15
    • 文件大小:3764524
    • 提供者:lyw
  1. CButton

    0下载:
  2. 按钮添加位图显示,实现按钮具有风格的多样化- add a bitmap display to Button
  3. 所属分类:Button control

    • 发布日期:2017-05-17
    • 文件大小:4520617
    • 提供者:许惠敏
  1. dizi

    0下载:
  2. 实现类似VC属性表中的钉子按钮. 1、新建一工程,基于对话框,采用默认设置。 2、添加一个新类,CSButton 基类CButton。 3、加入两副位图,分别表示钉子钉下和没有钉下时的状态。-VC attribute table to achieve a similar nail button. 1, a new project, based on dialog, using default settings. 2, add a new class, CSButton base cl
  3. 所属分类:Button control

    • 发布日期:2017-04-17
    • 文件大小:24711
    • 提供者:emanfang
  1. ym_vcpp-PicSize

    0下载:
  2. VC++图像操作实例,获取BMP图像的尺寸大小,注意这里不是获取的占用字节,是像素,你随便载入一个BMP位图,点击“获取大斜按钮,BMP的长度和宽度会显示出来,这是个很简单的图像基础操作,新手朋友应该掌握的哦。-VC++ examples of image manipulation, access to BMP image size, occupancy bytes instead of getting attention here is the pixel, you just load a b
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:28368
    • 提供者:eric
  1. animated_bitmap_button

    0下载:
  2. VC++ animated_bitmap_button 动画按钮制作实例,是用一连串BMP位图实现的动画效果的窗体按钮,这些位图是在一张图上,通过VC++的特殊处理形成动画效果,如测试图所示,实现了一个旋转的地球和飘扬的国旗动画,鼠标点击时完成相应动作,对制作动态按钮是个参考。
  3. 所属分类:Console

    • 发布日期:2017-04-23
    • 文件大小:97140
    • 提供者:CYSunny
  1. VCBmpButton

    0下载:
  2. BmpButton源码,VC++自绘装载位图的按钮,自绘按钮,只要位图选用的合适,自绘出来的窗体按钮一定会更有吸引力,更美观简洁,更漂亮,自绘窗体按钮的例子,对新手来说相当不错吧。 -BmpButton source, VC++ self-drawn button bitmap loaded from the draw button, as long as the selection of the appropriate bitmap, since the painting out of t
  3. 所属分类:Button control

    • 发布日期:2017-04-25
    • 文件大小:23983
    • 提供者:pengkingli
  1. ImageText

    1下载:
  2. VC++ 在位图中输出字符串,也就是把文字显示在图片上,其实就是图上加水印的功能,在运行截图所示的窗口中,选择一张图片,可以是BMP/JPG,然后在水印文本框中输入要显示的水印文字,在X轴坐标和Y轴坐标中定义文字显示的位置,最后点击一下“水印效果”按钮,立马就能看到图片上的水印文字了,完美实现了在BMP位图上显示文字的效果。-VC++ bitmap output string, which is the text displayed in the picture, in fact, add wa
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:869995
    • 提供者:wpudn9
  1. DragButton

    0下载:
  2. 以坐标轴位图为背景,点击设置,就可以通过拖动按钮,实现坐标的的动态显示 关键词:坐标轴背景图、拖动按钮、动态显示坐标-To the axis bitmap background, click on Settings, you can drag the button, to achieve dynamic display coordinates
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-09
    • 文件大小:1947126
    • 提供者:yehao
  1. DrawDialog

    0下载:
  2. DrawDialog VC源码下载,C++自绘窗体的完整代码,注释非常详细,相信会帮助大家设计好自己的个性窗体,先从定义一个位图画刷开始,填充客户区域,获取窗口设备上下文,定义窗体左右标题宽度和窗体边框及3D宽度,绘制左边线,判断位图的宽度与窗体边缘的宽度,绘制右标题,绘制中间标题,绘制窗体上的各个按钮(最大化按钮、最小化和关闭按钮等),/鼠标在最小化按钮上移动时,更改按钮显示的位图。。。更多相关说明请下载参阅源码文件。-DrawDialog VC source code download, C
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:60670
    • 提供者:wpudn11
  1. vbpicchange

    0下载:
  2. VB彩色图像转换为灰度图像,先打开文件并显示在Picture1中,保存转换后的图像,保存为位图文件(*.bmp)|*.bmp,其它格式未测试,不知是否行的通,打开一张JPG格式图片,点击转换按钮,程序右侧即显示转换的图像,处理过程有点慢,请慢慢等待处理结果-VB convert color images to grayscale image, first open the file and displayed in Picture1, save the converted image, save
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:7732
    • 提供者:cpudn74
  1. vcDllCapture

    0下载:
  2. VC/C++源码,图形处理,屏幕抓图 C++ 基于DLL的屏幕抓图,是利用通用的热键管理DLL 实现的热键功能,在收到热键通知后截取屏幕的内容并保存到BMP 文件中。从而实现屏幕抓图功能,运行程序后,界面可参见上图,单击【浏览…】按钮可以改变保存文件的路径,而单击【设置】按钮则可以改变截取屏幕的热键。   实现思路主要是:   在一个DLL(热键管理DLL)中安装一个键盘钩子,用另一个程序(Capture)通过这个DLL 来增加、修改、删除热键。当用户按了抓取屏幕的热键后,热键管
  3. 所属分类:Screen Saver

    • 发布日期:2017-04-03
    • 文件大小:31264
    • 提供者:ynm
  1. BmpButton

    0下载:
  2. BmpButton源码,VC++自绘装载位图的按钮,自绘按钮,只要位图选用的合适,自绘出来的窗体按钮一定会更有吸引力,更美观简洁,更漂亮,自绘窗体按钮的例子,对新手来说相当不错吧。-BmpButton source, VC++ custom drawing buttons bitmap loaded from the draw button, as long as the selection of the appropriate bitmap, since the painting out of
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:23375
    • 提供者:gpudn48
« 1 2 ... 9 10 11 12 13 1415 16 »
搜珍网 www.dssz.com