代码搜索:Screen
找到约 10,000 项符合「Screen」的源代码
代码结果 10,000
www.eeworm.com/read/135802/13898590
gq readme.gq
Dump the Current Screen to The Printer.
存储当前屏幕到打印机.
www.eeworm.com/read/135801/13898689
c ovtty.c
/* 051 31-May-87 ovtty.c
Copyright (c) 1987 by Blue Sky Software. All rights reserved.
*/
#include
#include "ov.h"
#include "overr.h"
#include "direct.h"
static int vm
www.eeworm.com/read/300690/13899412
prg myquit.prg
Clear Event
IF _Screen.FormCount>0
h=_Screen.formcount
Dime TmpForm(h)
FOR i=1 TO h
TmpForm(i)=_Screen.Forms(i)
ENDFOR
FOR i=1 TO h
TmpForm(i).Release
ENDFOR
E
www.eeworm.com/read/300690/13899692
prg reset.prg
set sysmenu to default
set sysmenu on
set talk on
set notify on set exclusive on
set safety on
modify window screen
clear events
www.eeworm.com/read/300460/13912696
cpp statuscombo.cpp
// StatusCombo.cpp : implementation file
//
#include "stdafx.h"
#include "StatusControl.h"
#include "StatusCombo.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FI
www.eeworm.com/read/237993/13914172
txt 打开窗口.txt
procedure TfMain.OpenForm(FormClass: TFormClass; var fm;
AOwner: TComponent);
var
i: integer;
Child:TForm;
begin
for i := 0 to Screen.FormCount -1 do
if Screen.Forms[i].ClassType=Fo
www.eeworm.com/read/135627/13915949
c blitdemo.c
/*****************************************************************************
BLITDEMO.C
Quick'n'dirty program to show how to use some of the VGL routines. Just
bounces some balls around beh
www.eeworm.com/read/135473/13927007
bas mdlfunction.bas
Attribute VB_Name = "mdlFunction"
Option Explicit
Public Sub CenterForm(f As Form)
With f
.Left = (Screen.Width - .Width) / 2
.Top = (Screen.Height - .Height) / 2
End With
End Sub
www.eeworm.com/read/237783/13929953
bas mod1.bas
Attribute VB_Name = "Mod1"
Public adoCon As New ADODB.Connection '定义一个数据连接
Public adoRs As New ADODB.Recordset '定义一个数据集对象
Public adoRs1 As New ADODB.Recordset '定义一个数据集对象
Publi