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

搜索资源列表

  1. 曲线工程

    0下载:
  2. 趋势曲线图 You Might Want To Copy The Files Into The System Directory Before Registering Them With FSOCX.EXE Programs available from the homepage are FS TextFile........ VB OCX Easy Access To Text Files FS AnimIcon........ VB OCX Animated
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:293522
    • 提供者:周庭枫
  1. commondialog

    1下载:
  2. commondialog用法总结,汇集了改控件的很多功能,适合初学者参考。-commondialog usage summary, bringing together many of change control capabilities for advanced users.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:4969
    • 提供者:王娟
  1. showbrow

    0下载:
  2. 调用Windows API打开浏览框。用VB编程如果要打开浏览框,通常要使用CommonDialog控件,此源码通过调用Windows API打开浏览框,不需要在窗体上放置CommonDialog控件了。-calling Windows API opens a browser frame. Programming with VB to open the browser frame, normally used CommonDialog controls, this source by calli
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:47639
    • 提供者:aoma
  1. 200412101882719

    0下载:
  2. 用CommonDialog公共对话框选取多个文件-CommonDialog public dialog with a number of selected documents
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:34500
    • 提供者:余建林
  1. CommonDialog

    0下载:
  2. CommonDialog公用对话框演示,初步了解CommonDialog公用对话框的用法
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:78670
    • 提供者:zxe
  1. 用CommonDialog公共对话框选取多个文件

    0下载:
  2. 这是个很好的编程代码。可以直接嵌入开发,是开发人员最好的工具!!密码无-This is a very good programming code. Direct embedded development, staff development is the best tool! ! No password! !
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:34385
    • 提供者:周慧
  1. VBShell

    0下载:
  2. VB源代码,有2个按钮控件,一个选择目录,一个打开选好目录的EXE格式原件!需要添加一个CommonDialog 的部件!-Private Sub Command3_Click() Shell Text1.Text End Sub Private Sub Command4_Click() dakai1.InitDir = "c:\" dakai1.Filter = "EXE(*.exe,*.bat)|*.exe*.bat" dakai1.Action = 1
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-29
    • 文件大小:4100
    • 提供者:枫枫
  1. kq

    2下载:
  2. 行 41: 控件 DTPicker2 的类 MSComCtl2.DTPicker 不是一个已加载的控件类。 行 53: 控件 DTPicker1 的类 MSComCtl2.DTPicker 不是一个已加载的控件类。 行 98: 控件 CommonDialog1 的类 MSComDlg.CommonDialog 不是一个已加载的控件类。 行 47: 属性名 _ExtentX 在 DTPicker2 中是无效的。 行 48: 属性名 _ExtentY 在 DTPicker2 中是无效
  3. 所属分类:Other systems

    • 发布日期:2017-05-14
    • 文件大小:3874400
    • 提供者:毛友宾
  1. CommonDialog

    1下载:
  2. 1)程序运行时在视图中显示字符串。 2)点击子菜单“文件对话框”时,将显示文件对话框。 3)点击子菜单“字体对话框”时,调用字体对话框为视图中显示的文字设置字体。 4)点击子菜单“颜色对话框”时,调用颜色对话框为视图中显示的文字设置颜色。 -1) The program runs in the view to display the string. 2) Click the sub-menu
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-09
    • 文件大小:36134
    • 提供者:caijinwei
  1. CommonDialog

    0下载:
  2. 1)程序运行时在视图中显示字符串。 2)点击子菜单“文件对话框”时,将显示文件对话框。 3)点击子菜单“字体对话框”时,调用字体对话框为视图中显示的文字设置字体。 4)点击子菜单“颜色对话框”时,调用颜色对话框为视图中显示的文字设置颜色。 -1) The program runs in the view to display the string. 2) Click the sub-menu
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-08
    • 文件大小:1933138
    • 提供者:caijinwei
  1. colordlg

    1下载:
  2. 不用CommonDialog控件,使用API调用颜色对话框 VB源码 -CommonDialog not control, the use of color dialog box API call VB source
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-14
    • 文件大小:3255
    • 提供者:lilili
  1. API_ComDlg

    0下载:
  2. 使用API替代commondialog控件,最大的好处是发布软件时不需要相应的ocx了。-API controls the use of alternative commondialog, the biggest advantage is when software does not require a corresponding ocx.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:18313
    • 提供者:许广柱
  1. VB access save picture

    2下载:
  2. VB ACCESS存取图片 使用Stream对象,可以实现对数据库的图像存取。 数据库中存放图像的字段是二进制类型(Access为OLE类型)。 比如,如果用“CommonDialog”控件来选择你硬盘上的图像文件; 用“Picture”控件来显示图像。-VB ACCESS access to images using the Stream object can be achieved on a database image access. Images stor
  3. 所属分类:图形图象

    • 发布日期:2013-01-28
    • 文件大小:278004
    • 提供者:Marco
  1. 8

    0下载:
  2. VB用WindowsMediaPlayer,CommonDialog,Label,Listbox实现视频播放器-VB WindowsMediaPlayer,CommonDialog,Label,Listbox Video player
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-08
    • 文件大小:1843698
    • 提供者:Jackson
  1. in-out-txt

    0下载:
  2. 使用CommonDialog的最基本功能,可实现导入txt文档-Use the CommonDialog of the most basic function can import txt file
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:2780
    • 提供者:木易
  1. commondialog-saveas

    0下载:
  2. commondialog弹出对话框将指定文件保存到任意文件夹下-the commondialog pop-up dialog box to specify the file saved to any folder
  3. 所属分类:OS Develop

    • 发布日期:2017-11-07
    • 文件大小:2158
    • 提供者:白蛇
  1. Win7-VBS-Choose-File

    0下载:
  2. 在 Vista 和Windows 7 系统中默认是不自带 UserAccounts.CommonDialog 组件的。那么如何在 Windows 7 系统中向用户显示一个用来选择文件的对话框呢?答案是 html 中的文件选择对话框。-Vista and Windows 7 system default is not own UserAccounts.CommonDialog components. So how Windows 7 system to the user to display a
  3. 所属分类:Console

    • 发布日期:2017-11-05
    • 文件大小:786
    • 提供者:JavaLearner
  1. cfdemo

    1下载:
  2. 不用CommonDialog控件,使用API调用字体对话框 VB源码-Without CommonDialog control using API calls font dialog box VB source code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-26
    • 文件大小:286828
    • 提供者:lcl
  1. CommonDialog

    0下载:
  2. VB未使用OCXDLL的增强型“浏览”文件对话框-VB unused OCXDLL enhanced " Browse" file dialog
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:191524
    • 提供者:什锦丁儿
  1. CommonDialog

    0下载:
  2. VB语言写的调用系统常用对话框的示例代码-VB language to write the call system common dialog example code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:59702
    • 提供者:糟熘鱼片
« 12 »
搜珍网 www.dssz.com