2009年3月23日 星期一
Format numbers to fixed, Engineering and Scientific notation
CodeGear| CodeGear-CodeCentral Delphi |03:17:29
The attached unit and demo program gives the source code for a unit that formats your calculated results into one of the typical formats found on a calculator. The two public methods take a real number, or string representation of the number and f...
Programmatically Check If File is In Use - Delphi Code
About.com| About.com Delphi Programming |02:00:26
Delphi TIPS :: A custom function IsFileInUse will return true if the file is locked for exclusive access. It would fail (return false) if the file doesn't exist at all....
2009年3月22日 星期日
pos58打印,小票前打印logo图片
幸福苹果| 幸福苹果-delphi |21:20:00
http://www.java2000.net/todoshow.jsp?id=102737想要控制打印机进纸、退纸。我用的源码如下。现在要在小票前打印logo图片AFileToPrint 要打印文本路径。procedure GoPrintFile(AFileToPrint: string);varPort, FileToPrint: TextFile;ALine: string;iIndex:Int...
POS58打印,小票打印--边打边走纸
幸福苹果| 幸福苹果-delphi |21:19:00
http://topic.csdn.net/t/20030909/16/2241131.htmlPOS小票打印,要如何控制走纸,就是有多少内容,纸张出多少!除了直接控制打印,还有什么方法嘛,如用报表等!问题点数:0、回复次数:24Top1 楼WWWWA(aaaa)回复于 2003-09-09 17:12:59阅读全文类别:delphi编程&...
如何通过pos58,小票打印机开钱箱命令
幸福苹果| 幸福苹果-delphi |21:02:00
http://topic.csdn.net/t/20060723/18/4899196.html做过POS小票打印的朋友,请将你们用到的打印机的厂家指令都在这里写出来,因为本人想做个用户选择不同厂家的打印机即可实现打印的通用打印楼主xtt22cn() 2006-07-23 18:35:03 在 Delphi / 数据库相关 提问我目前用?..
解析应聘面试题源码解答
DELPHI盒子| Delphi盒子 |16:03:00
作者经历的面试,5道编程的解答 编写图形编辑器示例软件 功能1:对于矩形,可绘制、可整体拖动、可拉伸。 功能2:对于直线,可绘制、可整体拖动、可拉伸,可在线上拖拉成为折线。 功能3:可选择上述图形并以图元文件格式拷贝到剪贴板。 功能4:对上述整个画面,可以?..
在delphi中如何发送pos58 esc打印机控制码?
幸福苹果| 幸福苹果-delphi |12:38:00
在delphi中如何发送pos esc打印机控制码?在我的打印机操作面板上有一个功能按钮——换行,执行后打印机向前走纸0.5cm,我想在程序中调用这个换行功能,请高手指点如何实现?windows提供的escape可以给打印机发送控制码,其定义如下:int Escape( &nb...
< Full Code > TAxTaskDialog - v.1.9 (9x, XP, Vista)-D4 - D2009
CodeGear| CodeGear-CodeCentral Delphi |09:21:23
A partir da versão do Delphi 2007, foi adicionado na VCL o componente TTaskDialog, o qual o mesmo só terá o efeito visual se você estiver rodando sua aplicação no Windows Vista. Todos n&#24...
Delphi programming meet up(s)…
David I| Sip from the Firehose |03:37:23
I am often asked "Where can I?find Delphi programmers?" and "Is there a place where I can meet other Delphi developers?".? Of course you can use the Embarcadero Developer Network, our Delphi web forums, Delphi User Groups, DelphiLive!, Delphi Tage...
2009年3月21日 星期六
转换 Byte 数组到 ... - 回复 "高群" 的问题
万一| 万一的 Delphi 博客 |22:16:00
问题来源:http://www.cnblogs.com/del/archive/2009/03/21/1410030.html#1483614{转换 TBytes 到 Integer} procedure TForm1.Button1Click(Sender: TObject); var bs: TBytes; {TBytes 就是 Byte 的动态数组} i: Integer; begin {它应该和 Integer 一样大小才?..
串口扫描枪似乎比键盘口的要好啊
幸福苹果| 幸福苹果-delphi |20:10:00
串口扫描枪似乎比键盘口的要好啊阅读全文类别:delphi编程 查看评论
Delphi 打印---选择打印机
幸福苹果| 幸福苹果-delphi |19:55:00
Delphi打印---选择打印机2006-08-01 17:18:52 标签:阅读全文类别:delphi编程 查看评论
delphi选择打印机:Delphi中获取打印机设备
幸福苹果| 幸福苹果-delphi |19:54:00
delphi选择打印机:Delphi中获取打印机设备名和端口名疯狂代码 http://www.CrazyCoder.cn/ :http:/www.CrazyCoder.cn/Delphi/Article11928.htmluses Printers;{$IFNDEF WIN32}const MAX_PATH = 144;{$ENDIF}procedure TForm1.Button1Click(Sender: TO阅读全文类别:de...
Delphi文本和图形的打印
幸福苹果| 幸福苹果-delphi |19:52:00
Delphi文本和图形的打印http://www.codesky.net/article/doc/200310/2003100643559845.htm 对于每一个Windows应用程序开发者来说,打印功能的实现都是极为棘手的,因为要涉及到相当多的代码,而且常常是相当复杂,但是在Delphi中实现文本和图像的打印功能却是非常容易的...
Delphi编写打印程序的窍门
幸福苹果| 幸福苹果-delphi |19:51:00
Delphi编写打印程序的窍门http://blog.tostudy.com.cn/blog/show_10045.html如果你想自己用Delphi编写一个打印程序,那么,下面这些技巧或许对你有所帮助。 1.获娶显示当前打印机的分辨率 Windows下的打印分辨对打印程序有着?..





冀公网安备 13098202000212号