开始->设置->打印机和传真
这里系统显示了已有的打印机
我想知道默认打印机的名称,文档(现在有多少张纸没打),状态(这里有准备就绪,无法连接,脱机,卡纸)
WINDOWS能够显示的,VB里用什么可以实现
我用API函数里的GETPRINT无论是否连接打印机总是只返回0
应该怎样做,最好有现成的例子
拜谢了!
VB检测打印机状态 ......
谁能帮我把下面这些代码改成VB形式的,多谢了,急用~~
#include "stdlib.h"
#include "math.h"
#include "stdio.h"
float objfx(float x[]);
void constraint(float x[],float g[]);
int gau(float x[],float g[],int kg)
{ int i;
constraint(x,g);
......
挺繁琐,之前发的帖子,分值太低现在重发一个。欢迎各位大侠~~
#include "stdlib.h"
#include "math.h"
#include "stdio.h"
float objfx(float x[]);
void constraint(float x[],float g[]);
int gau(float x[],float g[],int kg)
{ int i;
constraint(x,g);
& ......
老是报错,谁帮我整出来
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml& ......
timer1_timer()
col = 0
For i = 0 To 300
If Y(i) > max1 Then
max1 = Y(i)
col = col + 1
timecount(col) = i
End If
Text1.text = timecount(col)
end sub
timer2_timer()
col = 0
For i = 0 To 300 & ......
如图在text1中输入16进制数,传送
在text2中显示16进制数,接受
用代码怎么实现呀!谢谢了!
请参阅:串口调试软件
为什么我和工具输入的字符一样 出来的东西不一样...郁闷呀
引用
为什么我和工具输入的字符一样 出来的东西不一样...郁闷呀
啥工具?
贴出你的代码来.
引用
为什么我和工具输入的字符一� ......