-
An image management procedures users through the program, in seconds to find th...
一个图片管理程序;用户可以借助于该程序,在数秒钟内找到自己计算机上的图片,加以编辑并进行欣赏。-An image management procedures users through the program, in seconds to find their own pictures on your computer, edit and enjoy.
- 2022-07-23 17:34:17下载
- 积分:1
-
Yet another one way to have only one copy of running application.
to use this...
Yet another one way to have only one copy of running application.
to use this add this unut as first to uses clause in dpr file and
program Nash
uses
UnInst in ..NashUnInst.pas ,
Forms,
...
begin
Application.Initialize
Application.Title := NASH-7.2
Application.CreateForm(TMainForm, MainForm)
Application.Run
end.
-Yet another one way to have only one copy of running application.
to use this add this unut as first to uses clause in dpr file and
program Nash
uses
UnInst in ..NashUnInst.pas ,
Forms,
...
begin
Application.Initialize
Application.Title := NASH-7.2
Application.CreateForm(TMainForm, MainForm)
Application.Run
end.
- 2022-08-15 10:28:57下载
- 积分:1
-
目前在网上有一个CPictureEx类,用于加载GIF动画,不过该类是mfc封装类,对于不使用mfc的c++程序员来讲,不能使用。为了让该类能够让更多的人方便的...
目前在网上有一个CPictureEx类,用于加载GIF动画,不过该类是mfc封装类,对于不使用mfc的c++程序员来讲,不能使用。为了让该类能够让更多的人方便的使用,使其不再被局限于MFC,本人花时间改造了一下这个类,改造后,该类可以应用于任何MFC、 WTL/ATL及其它WINDOWS API编程。
由于原来的CPictureEx是继承于CStatic类,本人改造后,在CPictureEx中直接封装了一个窗口句柄HWND。
假设您在一个弹出式Dialog对话框中加载gif动画,您要做的就是在对话框中放一个控件,可以是BUTTON、STATIC等等。假设您加的这个控件的ID是IDC_FLASH,您的对话框窗口句柄是hDlg,则要使用CPictureEx,将非常简单。详情参见源代码。-present on the Internet which is a CPictureEx category for loading GIF animation, But such is mfc Packaging category for the non-use of the c mfc speaking programmers, which can not be used. To allow such to allow more people to use, it will not be confined to the MFC. I spend time on this transformation of the type that after transformation, and these can be applied to any MFC. WTL/ATL and other Windows API programming. As the original CPictureEx inherited from CStatic category, I transform, In CPictureEx directly Packaging a window handle HWND. Suppose you in a pop-up dialog box loaded Dialog gif animation You need to be done is up in a
- 2022-07-09 13:07:36下载
- 积分:1
-
设计一个文件的合并和分割工具。
(1)要求图形界面,用户界面友好。
(2)可以将几个文件(能在硬盘中选择的)按照用户输入的大小分割成几个小文件,同样,...
设计一个文件的合并和分割工具。
(1)要求图形界面,用户界面友好。
(2)可以将几个文件(能在硬盘中选择的)按照用户输入的大小分割成几个小文件,同样,也可以将几个小文件 合并成一个大文件。文件名和存储路径可以由用户输入,也可以选择硬盘上的文件名和路径。
(3)可在工具中显示合并有关文件的信息和合并后各个小文件的有关信息,包括文件太小,文件所在位置,文件 名称,文件的所有者等信息。
-design of a document to the merger and segmentation tools. (1) requires a graphical interface, user friendly interface. (2) can be several documents (in the hard disk of choice) according to the size of user input is divided into several small files, as are several small can be merged into one document file. Name and storage paths can be input by the user, can also choose to drive on the file name and path. (3) The instrument shown in the merger of the information and documents after the merger of various small documents relevant information, including documents too small, the location of documents, document name, the owner of documents and other information.
- 2022-03-05 06:02:41下载
- 积分:1
-
jNI 生成自己的DLL,调用已有的DLL。
jNI 生成自己的DLL,调用已有的DLL。-jni dll
- 2022-12-04 18:30:03下载
- 积分:1
-
用 DLPortIO 来实现 VB操作并口。
用 DLPortIO 来实现 VB操作并口。-DLPortIO use VB to operate parallel port.
- 2022-03-16 03:27:46下载
- 积分:1
-
时间控件,能在网站上完全显示当前的时间,如年月日 时分秒等...
时间控件,能在网站上完全显示当前的时间,如年月日 时分秒等-Time control, can be displayed on the site full time for the current
- 2022-03-06 14:09:33下载
- 积分:1
-
本程序实现了数学上两点之间的求距离的算法,与具体的实现过程.希望对大家有一定的帮助....
本程序实现了数学上两点之间的求距离的算法,与具体的实现过程.希望对大家有一定的帮助.-realized by the mathematical 2:00 for the distance between the algorithm and its implementation process. We hope to have some help.
- 2022-03-18 16:10:00下载
- 积分:1
-
Supervisor of Digital PI
Supervisor of Digital PI-like Fuzzy
- 2022-04-23 17:37:41下载
- 积分:1
-
介绍如何用kbhit函数实现键盘交互
介绍如何用kbhit函数实现键盘交互-kbhit how to use interactive keyboard function
- 2022-01-31 22:22:01下载
- 积分:1