代码搜索:激光打印
找到约 7,372 项符合「激光打印」的源代码
代码结果 7,372
www.eeworm.com/read/242302/13078694
txt activereports不能打印中文.txt
这 是 ActiveReports的 问 题 。 你 可 以 去 DataDynamics(http://www.datadynamics.com/support)下 载 SP2以 后 的 版 本 。
www.eeworm.com/read/242302/13078701
txt 如何打印彩色字.txt
Printer对 象 同 Picture一 样 有 ForeColor等 属 性 可 以 控 制 颜 色 。
www.eeworm.com/read/242302/13078759
txt 如何打印mschart.txt
MSChart本 身 没 有 打 印 功 能 , 所 以 必 须 先 用 EditCopy将 图 像 放 在 剪 贴 板 中 , 然 后 再 打 印 , 如 下 :
MSChart1.EditCopy
Printer.Print " "
Printer.PaintPicture Clipboard.GetData(), 0, 0
Printe
www.eeworm.com/read/241000/13178922
jpg 打印数学[anank].jpg
www.eeworm.com/read/325789/13185364
scx 打印工资表.scx
www.eeworm.com/read/325789/13185372
sct 打印工资表.sct
www.eeworm.com/read/325192/13220695
doc 打印示例程序.doc
www.eeworm.com/read/324854/13239922
frm frm打印信封.frm
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form frm打印信封
Caption
www.eeworm.com/read/324854/13240003
frx frm打印信封.frx
www.eeworm.com/read/240008/13240549
cpp 打印正弦曲线.cpp
不使用数组来打印正弦曲线
#include "stdio.h"
#include "math.h"
int main()
{
double y;
int x,m;
for(y=1.0;y>=0.0;y-=0.1)//打印0~180度区间的图像
{
x=asin(y)*10;//弧度数乘以10,将图像放大
for(m=0;m