资源简介
代码片段和文件信息
using System;
using System.Runtime.InteropServices;
using System.Collections.Generic;
using System.Text;
using System.IO;
namespace NetPrinter
{
public class Cashbox : ICashbox
{
const int OPEN_EXISTING = 3;
string prnPort = “LPT1“;
[DllImport(“kernel32.dll“ CharSet = CharSet.Auto)]
private static extern IntPtr CreateFile(string lpFileName
int dwDesiredAccess
int dwShareMode
int lpSecurityAttributes
int dwCreationDisposition
int dwFlagsAndAttributes
int hTemplateFile);
[DllImport(“kernel32.dll“)]
private static extern void Sleep(int dwMilliseconds);
public void Open()
{
IntPtr iHandle = CreateFile(prnPo
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1388 2009-01-04 14:52 PhonePrinter\PhonePrinter.sln
..A..H. 33792 2009-01-08 22:19 PhonePrinter\PhonePrinter.suo
文件 5612 2009-01-04 13:47 PhonePrinter\Phone\Properties\Resources.resx
文件 249 2009-01-04 13:47 PhonePrinter\Phone\Properties\Settings.settings
文件 1182 2009-01-04 13:47 PhonePrinter\Phone\Properties\AssemblyInfo.cs
文件 2834 2009-01-08 21:41 PhonePrinter\Phone\Properties\Resources.Designer.cs
文件 1103 2009-01-08 21:41 PhonePrinter\Phone\Properties\Settings.Designer.cs
文件 1395 2009-01-08 21:42 PhonePrinter\Phone\Form1.cs
文件 201 2009-01-06 22:58 PhonePrinter\Phone\Settings.xm
文件 783 2009-01-05 19:54 PhonePrinter\Phone\IModem.cs
文件 3520 2009-01-08 21:42 PhonePrinter\Phone\Phone.csproj
文件 5632 2005-11-11 22:25 PhonePrinter\Phone\bin\Debug\Phone.vshost.exe
文件 201 2009-01-06 22:58 PhonePrinter\Phone\bin\Debug\Settings.xm
文件 24576 2009-01-08 22:16 PhonePrinter\Phone\bin\Debug\Phone.exe
文件 34304 2009-01-08 22:16 PhonePrinter\Phone\bin\Debug\Phone.pdb
文件 4608 2009-01-08 21:41 PhonePrinter\Phone\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
文件 180 2009-01-08 22:16 PhonePrinter\Phone\obj\Debug\Phone.Form1.resources
文件 180 2009-01-08 22:16 PhonePrinter\Phone\obj\Debug\Phone.Properties.Resources.resources
文件 842 2009-01-08 22:16 PhonePrinter\Phone\obj\Debug\Phone.csproj.GenerateResource.Cache
文件 34304 2009-01-08 22:16 PhonePrinter\Phone\obj\Debug\Phone.pdb
文件 24576 2009-01-08 22:16 PhonePrinter\Phone\obj\Debug\Phone.exe
文件 611 2009-01-08 22:16 PhonePrinter\Phone\obj\Phone.csproj.FileListAbsolute.txt
文件 5239 2009-01-08 21:22 PhonePrinter\Phone\Settings.cs
文件 2004 2009-01-08 21:42 PhonePrinter\Phone\Form1.Designer.cs
文件 5814 2009-01-08 21:42 PhonePrinter\Phone\Form1.resx
文件 3705 2009-01-08 21:46 PhonePrinter\Phone\Modem.cs
文件 168 2009-01-08 21:42 PhonePrinter\Phone\Phone.csproj.user
文件 503 2009-01-06 23:02 PhonePrinter\Phone\Program.cs
文件 5612 2009-01-04 14:52 PhonePrinter\NetPrinter\Properties\Resources.resx
文件 249 2009-01-04 14:52 PhonePrinter\NetPrinter\Properties\Settings.settings
............此处省略48个文件信息
相关资源
- C#联通网络宽带测试 拨号
- C#百度指数抓取方法(2012年版本已失
- C# 隐藏某个磁盘分区
- C# 读取并编辑window系统的右键菜单
- C#自定义屏保(不断滚动的文字)
- C#winform打印指定区域 -控件拖动 -设置
- C#使用Hook进行改键
- 提供C#调用系统API函数弹出或收起光驱
- 通过C#自带的头文件(类)获取Windo
- C#获取电脑CPU以及内存使用率
- 利用uu云打码平台的lib实现的c#打码平
- tf-idf一种计算方法
- C# pop3 邮件接收程序
- C# 邮件群发示例 源码下载18952
- 动态抓取IPC#实现
- XXTEA算法的C#实现和JS实现,可以互相
- C# 飞行棋 游戏源码(面向对象入门)
- 基于WinPcap的C# ARP欺骗软件().rar
- C#网络应用编程 矩阵并行计算练习
- 《C#版Ftp软件源码》
- 基于com串口的文件发送和接收
-
C# 播放铃声(AxWindowsMediaPla
yer)最新 - C# 把图片显示成椭圆形状
- C# 水平交错效果显示图像
- winform 浮雕效果的图像
- c# 底片效果显示图像就像旧式相机的
- 积木效果显示图像
- C# 隐形窗体 (没有边框,没有标题栏
- browerPhotoC#网页截图(不打开网页)
- C# 模拟时钟(自绘Graphics)
评论
共有 条评论