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

搜索资源列表

  1. CDialogSK_demo

    0下载:
  2. 用一幅Bitmap, 作为对话框的背景色-Bitmap as background in dialog
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-26
    • 文件大小:33166
    • 提供者:王牌
  1. DialogBitmap

    1下载:
  2. 这是一个对话框中添加位图,并可以用滚动条显示全部图片。对初学者有很大帮助。-This is a dialog box to add a bitmap, and can use a scroll bar shows all the picture. There is very helpful for beginners.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-16
    • 文件大小:3821047
    • 提供者:王鹏
  1. Graphic

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

    • 发布日期:2017-04-24
    • 文件大小:106717
    • 提供者:liuyun
  1. sample4

    0下载:
  2. 温馨友情通讯录 1.可以伸缩的对话框 2.文件的读写 3.位图按钮的实现 4发送电子邮件-Address Book 1 warm friendship. Dialog box can be scalable 2. Documents to read and write 3. The realization of a bitmap button 4 to send e-mail
  3. 所属分类:Communication

    • 发布日期:2017-05-16
    • 文件大小:3888934
    • 提供者:lishiming
  1. Win32Tetris_C

    1下载:
  2. Windows入门程序,直接使用Windows API编写。几乎包含了Widows入门会碰到的所有知识,像窗口、消息、菜单、工具栏、资源、对话框、计时器、自绘按钮、GDI位图操作、Windows目录操作、INI文件操作等等,拿来练下手应该会收获不少。带详细注释的源代码,开发环境是VC6,希望对你有所帮助。-Windows entry procedures, the preparation of the direct use of Windows API. Widows entry contain
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-17
    • 文件大小:60442
    • 提供者:Arizona
  1. Win32Tetris_C

    0下载:
  2. 原创Windows入门程序,直接用C语言调用Windows API的方式编写。几乎包含了Windows入门会碰到的所有知识,像窗口、消息、菜单、工具栏、资源、对话框、计时器、自绘按钮、GDI位图操作、Windows目录操作、INI文件操作等等,带详细注释的源代码,开发环境是VC6。-Original Windows entry procedures, the direct use of C language to call Windows API way to prepare. Almost c
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-17
    • 文件大小:4803805
    • 提供者:沉沦
  1. 365191126videoexe

    0下载:
  2. 视频采集 简单介绍一下程序吧,在OnInitDialog()里面: InitCaptureFormat()初始化BITMAP m_InInfo,设置视频采集数据的格式。 接着,触发OnDisplay().装载动态链接库VideoDll.dll,如果成功则初始化COMPVARS m_CV这个变量,设置压缩器,可以手动设置也可以调用系统对话框。 在VideoDll.dll中根据压缩器初始化解压器COMPVARS m_2CV,InitVideoCard()调用了系列cap.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2633588
    • 提供者:巫生
  1. pingtuyouxi

    0下载:
  2. Visual C++位图操作。在基于对话框的工程中加入菜单操作,用代码操纵菜单,Windows位图文件的操作,设备相关位图的概念。还有Visual c++的随机函数。-Visual C++ bit map operation. Based on the project in the dialog box to add the menu operation, use code to manipulate the menu, Windows bitmap file of the operation,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:862564
    • 提供者:张松
  1. susuan24

    0下载:
  2. visual C++的数学运算,通过速算24来加深对话框编程的人是何理解,学习在按钮和设置位图和设置定时器的方法-visual C++ for mathematical calculations, by 24 to enhance operator speed programming dialog to understand what people learn in a bitmap button and set the timer and set methods
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-24
    • 文件大小:3537130
    • 提供者:张松
  1. VideoEXE

    0下载:
  2. InitCaptureFormat()初始化BITMAP m_InInfo,设置视频采集数据的格式。 接着,触发OnDisplay().装载动态链接库VideoDll.dll,如果成功则初始化COMPVARS m_CV这个变量,设置压缩器,可以手动设置也可以调用系统对话框。-InitCaptureFormat () to initialize BITMAP m_InInfo, set the format of video capture data. Then, trigger OnDisp
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-06
    • 文件大小:24992
    • 提供者:孙毅
  1. Win32Tetris_C

    0下载:
  2. 为了挑战一个新的高度,作者原创了他从事WEB编程以来的第一个Win32 API应用,之所以编写一个游戏,是因为游戏考察的知识面很综合,之所以选择俄罗斯方块,一是自己曾被瘾过,二是发现这款游戏几乎包含了Widows入门的很多知识,比如窗口、消息、菜单、工具栏、资源、对话框、计时器、自绘按钮、GDI位图操作、Windows目录操作、INI文件操作等等,拿来练手会收获不少。本游戏是带有背景音乐的,一边玩游戏一边欣赏音乐的感觉相信很舒服。-In order to challenge a new leve
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-17
    • 文件大小:4807167
    • 提供者:104
  1. Detector

    0下载:
  2. C++ sample for how to change bitmap image on dialog
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-31
    • 文件大小:13415660
    • 提供者:alter
  1. loadanimage

    0下载:
  2. 该程序完成在基于对话框的静态控件中加载一幅图像,可以加载bitmap,icon或cursor-Completion of the program based on the static control in dialog to load an image, you can load the bitmap, icon or cursor
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:2014436
    • 提供者:胡惠灵
  1. AddressList

    0下载:
  2. 位图按钮的实现,发送电子邮件,可伸缩的对话框-The realization of a bitmap button, send e-mail, scalable dialog
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-30
    • 文件大小:838674
    • 提供者:洪晓
  1. Skin

    0下载:
  2. 通过替换 res 文件夹里的相应 BMP 位图文件,即可实现不同风格的对话框程序,还支持换色及换肤。-Res by replacing the corresponding folder in bitmap BMP files, you can achieve different styles of the dialog box procedure, but also support for color and skin.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-06
    • 文件大小:29242
    • 提供者:xuserynamez
  1. qyzngj

    0下载:
  2. 首先建立一个基于对话框的工程,导入数码位图资源,直接在对话框类CMy2Dlg中添加类mytime 程序中的mytime类主要提供两个函数接口:一个是set()用来设置显示位置;一个是myfun()用来设置显示数字来显示。-first establish a dialog-based project, import the bitmap of digital resources directly in the dialog box to add class CMy2Dlg class myti
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-31
    • 文件大小:150856
    • 提供者:呆豆
  1. Picture_Com_Div

    0下载:
  2. 利用Bitmap實現將一張圖片分解為多張指定大小的圖片,以及將多張圖片合併成為一張,而合併圖檔包括橫軸與縱軸兩個方向。並且,使用者介面係以對話盒(Dialog Box)的形式表示。-Achieve an image using Bitmap decomposed into more than one designated size of the pictures, as well as multiple pictures merged into one, while the combined i
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-23
    • 文件大小:7175743
    • 提供者:陳霖
  1. TitleBarEx

    1下载:
  2. 本例以对话框应用程序为基础,自画非客户区,完成应用程序美化。并添加系统按钮的位图资源(本例中使用十个位图,分别显示帮助、最小化、最大化、恢复及关闭按钮的普通状态和焦点状态,当然可随程序的要求自定义添加)-In this case a dialog box application, based on the non-client area to paint to complete the application landscape. And add the System button bitmap
  3. 所属分类:Windows Develop

    • 发布日期:2017-02-11
    • 文件大小:10203697
    • 提供者:
  1. Test

    0下载:
  2. 本例介绍了如何设计一个固定大小的对话框来显示DDB位图的方法。-This example describes how to design a fixed-size dialog box to display the DDB bitmap approach.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-24
    • 文件大小:3685427
    • 提供者:宠物妞
  1. TopMp3Player

    1下载:
  2. 超强MP3播放器。用VC++编写的播放器,功能强大,技术亮点包括:1、非模态对话框的创建;2、位图时钟;3、横向滚动文字;4、递归查找文件;5、系统托盘;6、弹出式菜单;7、位图按钮;8、多线程处理-Super MP3 player. Written by VC++ player, powerful, technical highlights include: 1, non-modal dialog creation 2, bitmap clock 3, horizontal scrolli
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:4512625
    • 提供者:ZhouLi
« 1 2 3 4 56 7 8 9 10 11 »
搜珍网 www.dssz.com