代码搜索结果
找到约 10,000 项符合
Screen 的代码
9184.html
Re: 可能这样做吧
Re: 可能这样做吧
9973.html
Re: 请问如何用 VB 写一个 Full screen 的 form ?
Re: 请问如何用 VB 写一个 Full screen 的 form ?
12945.html
Re: 关于显示图片的问题
Re: 关于显示图片的问题
5132.html
Re: API问题-烦请小吴看一下
Re: API问题-烦请小吴看一下
5421.html
Re: 字型档(.ttf)的资讯
Re: 字型档(.ttf)的资讯
215.html
Re: 如何用vb测出windows现在的解析度
Re: 如何用vb测出windows现
18819.html
如何用VB call windows的Print Screen 功能, 然后直接列印到Printer??? (无内文)
如何用VB call windows的Print Scr
main.prg
set talk off &&关闭对话模式
set safe off
set stat off
set dele on &&不处理已删除的记录
set cent on
set date to ansi
close all
RELEASE WINDOW 常用
if mod(day(date()),2)=0
_SCREEN.backcolor=rgb(80,180
main.bak
set talk off &&关闭对话模式
set safe off
set stat off
set dele on &&不处理已删除的记录
set cent on
set date to ansi
close all
RELEASE WINDOW 常用
if mod(day(date()),2)=0
_SCREEN.backcolor=rgb(80,180
unit4~1.~pa
unit Unit4;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm4 = class(TForm)
Memo1: TMemo;
procedure FormCreate