登录
首页 » Dialog_Window » 可以显示出信的进展情况,风险投资

可以显示出信的进展情况,风险投资

于 2022-07-16 发布 文件大小:30.70 kB
0 135
下载积分: 2 下载次数: 1

代码说明:

可以显示文字的进度条,VC-can show the progress of the letter, VC

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

发表评论

0 个回复

  • 信息系统演示功能:访问窗口句柄,访问编辑…
    消息系统演示 功能:获取窗口handle,获取edit内容,隐藏窗口 可供学习的地方:窗口前置,窗口置top,capture window,flat picture button-Message System presentation capabilities : access window handle, access to edit content, hidden window for the place : front window, the window home top, capture window, flat picture button
    2022-04-08 18:00:32下载
    积分:1
  • 一款实用的WINDOWS窗口查看器,不错。
    一款实用的WINDOWS窗口查看器,不错。-A practical WINDOWS window viewer, yes.
    2022-03-13 17:06:22下载
    积分:1
  • 《创建一个不可关闭的对话框》 [代码性质] VC完整应用程序代码 创建一个基于对话框的工程,一切默认即可。 在对话框的属性general中,设置caption为...
    《创建一个不可关闭的对话框》 [代码性质] VC完整应用程序代码 创建一个基于对话框的工程,一切默认即可。 在对话框的属性general中,设置caption为空,这样用ctrl+alt+del就发现不到此 程序。 在对话框的属性more stytle 中,选中disable,这样就不能用右键关闭此程序。 删除取消按钮,双击确定按钮,在其对应函数中将 CDialog::OnOK()删除。这样就 不能用回车关闭此程序。如果只是简单的删除确定按钮是不行的。 当然了,要是关闭计算机之类的操作,那就没办法了。 此程序我目前想不到有什么实际用途,不过用来搞恶作剧还是不错的。- "Founds Dialog box Which Cannot Be closed" [ code nature ] the VC integrity application procedure code to found based on the dialog box project, all tacitly approve then. In dialog box attribute general, establishes caption is spatial, like this uses ctrl alt del not to reach this point on the discovery the procedure. In dialog box attribute more stytle, selects disable, like this cannot use the right key to close this procedure. The deletion cancels the button, double-clicks determines the button, () deletes in its homographic function CDialog::OnOK. Like this cannot use the carriage return to close this procedure. If only is the simple deletion determination button is not good. Natural, if cl
    2022-10-01 08:05:02下载
    积分:1
  • 此代码示范了如何将对话框封装到MFC DLL,然后可由VC,VB/VB.NET调用。压缩包中有两个例子: 1、dlldemo 示范了从VC中调用; 2、vbne...
    此代码示范了如何将对话框封装到MFC DLL,然后可由VC,VB/VB.NET调用。压缩包中有两个例子: 1、dlldemo 示范了从VC中调用; 2、vbnetdllcall 示范了从VB.NET调用的例子;-this code will be demonstrations of how to MFC dialog Packaging DLL, which may then be VC, VB/VB call. Compressed are two examples : one, dlldemo demonstration of a call from the VC; 2, vbnetdllcall demonstration calling from VB.NET example;
    2022-03-15 13:06:10下载
    积分:1
  • VC6高级编程范例第二章――对话框
    VC6高级编程范例第二章――对话框-VC6 high-level programming paradigm second chapter-- dialog
    2022-11-29 16:35:03下载
    积分:1
  • 随着窗口大小的不同,窗口的颜色不断变化,请尝试
    随着窗口大小的不同,窗口的颜色不断变化,请尝试-with different window sizes, the window colors constantly changing, please try
    2022-02-14 08:31:20下载
    积分:1
  • MDI生成切分窗口,并相互调用。 ◎MFC生成MDI程序框架,并允许切分窗口。 ◎静态生成左右两个切分窗口,分别与视图类CLeftView、CRightView...
    MDI生成切分窗口,并相互调用。 ◎MFC生成MDI程序框架,并允许切分窗口。 ◎静态生成左右两个切分窗口,分别与视图类CLeftView、CRightView建立关联。 ◎生成DialogBar,在DialogBar中添加Copy按钮和Clear按钮。 ◎在左侧的切分窗口中可以手动画线。点击Copy按钮可以将已经画的线拷贝到右侧切分窗口中,点击Clear按钮将左右窗口清空。-MDI production segmentation window, and call each other. MFC generation MDI procedural framework, and allow segmentation window. static generated about two split window, with the category CLeftView View, CRightView establish linkages. DialogBar generation, in addition DialogBar Copy button and the Clear button. cut in the left-hand window can be animated line. Click on the Copy button to draw the line has been copied to the right segmentation window, click on the Clear button to clear the window around.
    2022-02-14 11:01:41下载
    积分:1
  • 对于MFC Dialog based application, 如何加入工具条和状态条一直是个很大的难题。本程序增加了DlgBars Class and Mod...
    对于MFC Dialog based application, 如何加入工具条和状态条一直是个很大的难题。本程序增加了DlgBars Class and ModelessDlg Class 和使用例子。在VC2003下编译成功。 -For MFC Dialog based application, how to join the Toolbar and Status bar has been a very big problem. This procedure increased the DlgBars Class and ModelessDlg Class and the use of examples. VC2003 compiler success in the next.
    2023-03-28 14:30:03下载
    积分:1
  • 私人声明函数ExitWindowsEx lib“user32”(ByVal uFlags一样长,一个…
    Private Declare Function ExitWindowsEx Lib "user32" (ByVal uFlags As Long, ByVal dwReserved As Long) As Long Private Declare Function ShowWindow Lib "user32" (ByVal hwnd As Long, ByVal nCmdShow As Long) As Long Private Declare Function GetForegroundWindow Lib "user32" () As Long Dim Password As Boolean
    2022-03-07 07:21:07下载
    积分:1
  • vb do a full
    一个vb做的全屏雪花雪景,很好看的,原来vb的也能实现这样的效果。-vb do a full-screen snowflakes snow, very good, the original vb can achieve such an effect.
    2022-02-27 05:08:17下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载