-
VC++窗体美化源码_换肤改变窗口风格
VC++窗体美化源码_换肤改变窗口风格,美化你的应用程序外观界面,让人耳目一新。本窗体美化实例将让你学会如何去改变窗体默认的标题栏、状态栏还有整体窗口的外观风格,让你的应用程序窗口更加漂亮,更能表达你的意图。
- 2022-05-20 17:57:38下载
- 积分:1
-
mysterious gift
神秘礼物——flash FOSS
- 2022-10-06 04:45:02下载
- 积分:1
-
BOSS development window for C Programming Language
BOSS窗口开发 C 语言程序库-BOSS development window for C Programming Language
- 2022-01-26 04:31:39下载
- 积分:1
-
Nankai 100 that the source code for a total of 30, have passed the test, we want...
南开百题的源码,共30道,都已经通过测试,希望对大家有所帮助.-Nankai 100 that the source code for a total of 30, have passed the test, we want to help.
- 2022-04-29 07:52:11下载
- 积分:1
-
一个物流公司的物流配送系统,比较简单,数据库为sqlserver,压缩包里的databak就是。...
一个物流公司的物流配送系统,比较简单,数据库为sqlserver,压缩包里的databak就是。-a logistics company"s logistics and distribution system, a relatively simple database for SQLServer, compressed bag databak is.
- 2022-03-19 03:25:52下载
- 积分:1
-
Delphi 设置打印纸大小
Delphi 设置打印纸张大小,手动设置打印纸的长度和宽度,自定义纸张。相关代码:
procedure TForm1.SetPaperSize(cx, cy: Integer);
var
a,b,c: array[0..255]of char;
bb: Cardinal;
ee: PDEVMODE;
begin
printer.PrinterIndex := printer.PrinterIndex;
printer.GetPrinter(a,b,c,bb);
ee:= GlobalLock(bb);
ee^.dmPaperSize := DMPAPER_USER;
ee^.dmPaperLength := cy*10;
ee^.dmPaperWidth := cx*10;
ee^.dmFields :=ee^.dmFields or DM_PAPERSIZE or
DM_PAPERWIDTH or
DM_PAPERLENGTH;
ee^.dmFields := ee^.dmFields or DMBIN_MANUAL;
ee^.dmDefaultSource :=DMBIN_MANUAL;
GlobalUnlock(bb);
printer.PrinterIndex := printer.PrinterIndex;
end;
- 2023-01-17 00:20:03下载
- 积分:1
-
to catalog all the documents on your list
将本目录下的所有文件与目录传上您的服务器IIS虚拟目录下.并配置好ASP.NET的运行环境.更改好数据库连接地址即可.-to catalog all the documents on your list-server IIS virtual directory. Good ASP.NET configuration and the environment. Changes good database connectivity address.
- 2023-02-09 03:55:04下载
- 积分:1
-
安全启动delphi!具体看源代码吧
安全启动delphi!具体看源代码吧-The security starts delphi !
- 2022-04-09 14:24:11下载
- 积分:1
-
ASP高效探针,调试过,一概很好用的,不错的ASP探针.
ASP高效探针,调试过,一概很好用的,不错的ASP探针.-ASP efficient probe debugging too, were well spent, a good ASP probe.
- 2022-02-14 12:05:37下载
- 积分:1
-
这是我们老师给我们的软件工程的实验指导书
有详细的原代码和结果]
望大家喜欢...
这是我们老师给我们的软件工程的实验指导书
有详细的原代码和结果]
望大家喜欢-This is our teachers to our software engineering experiment detailed guidance on the original code and the results] hope you like
- 2023-05-22 02:45:03下载
- 积分:1