代码搜索结果

找到约 16,607 项符合 Screen 的代码

module1.bas

Attribute VB_Name = "Module1" Option Explicit Public Sub Main() Dim x, y x = Screen.Width / Screen.TwipsPerPixelX y = Screen.Height / Screen.TwipsPerPixelY MsgBox "您的电脑解析度是"

butterflyscreensaver.def

NAME ButterflyScreenSaver.SCR DESCRIPTION 'ButterflyScreenSaver screen saver' HEAPSIZE 1024 STACKSIZE 4096 EXPORTS ScreenSaverProc ScreenSaverConfigureDialog

2072.cpp

/* This Code is Submitted by wywcgs for Problem 2072 on 2005-10-01 at 10:46:23 */ #include #include int main() { int screen[10][10], row, col; int i, j, t; char orde

help.txt

MAIN MENU ----------------------------- [ADD NEW] Displays the 'Add New' screen which allows you to add a new expense to the database. Enter the expense information into the displayed form and clic

frmscreen.frm

VERSION 5.00 Begin VB.Form frmScreen AutoRedraw = -1 'True BackColor = &H00000000& Caption = "Screen" ClientHeight = 3195 ClientLeft = 5700

graphics.ex2

GRAPHICS─例子 在要打印图形屏幕之前,输入以下命令: ? c:\dos\graphics 在显示出要打印的信息后,按SHIFT+PRINT SCREEN。MS-DOS扫描屏幕上显示的 信息并送到打印机输出。 ~w

textinfo.c

#include void main(void) { struct text_info text; gettextinfo(&text); cprintf("Screen coordinates %d,%d to %d,%d\r\n", text.wintop, text.winleft, text.winbottom, t

textinfo.c

#include void main(void) { struct text_info text; gettextinfo(&text); cprintf("Screen coordinates %d,%d to %d,%d\r\n", text.wintop, text.winleft, text.winbottom, t

opennew.js

function opennew(newurl,windowName,width,height) { var theLeft,theTop theLeft = (screen.width-width)/2-2 theTop = (screen.height-height)/2 //window.open(newurl,windowName,'width = '+width+',heigh