自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (6)
  • 收藏
  • 关注

空空如也

手机扫描二维码

利用手机的摄像头,扫描识别二维码,对二维码图片能触屏缩放。delphi xe10制作,在华为荣耀9安装使用成功。

2019-01-20

识别二维码(简化)

识别电脑桌面上出现的二维码。using System; using System.Drawing; using System.Text; using System.Windows.Forms; using System.IO; using ZXing.QrCode; using ZXing; using ZXing.Common; using System.Runtime.InteropServices;

2018-11-05

识别二维码

能将电脑桌面上出现的二维码进行识别。 using System; using System.Drawing; using System.Text; using System.Windows.Forms; using System.IO; using ZXing.QrCode; using ZXing; using ZXing.Common; using System.Runtime.InteropServices;

2018-11-03

二维码识别

能识别含有二维码的图片(*.bmp格式),把内容显示出来。平台windows 7,32位+delphi xe8。参考前辈的代码修改而成。

2018-08-06

将Excel嵌入窗体上

将Excel嵌入窗体上。unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ComCtrls, ExtCtrls; type TForm1 = class(TForm) Edit1: TEdit; Panel1: TPanel; OpenDialog1: TOpenDialog; Button1: TButton;

2015-02-14

delphi对Excel添加宏并运行

delphi对Excel添加宏并运行 implementation uses VBIDE2000; {$R *.dfm} ... FExcelApplication.Visible[0] := True; FExcelApplication.Run('MyMacro');

2015-02-14

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除