引言: 感谢李马的行云流水网站提供的 C 语言版《Pascal 词法分析器》源代码,本程序以他的程序流程为思路,针对代码上色和格式化进行了功能扩展,用 Delphi7.0 编译通过,处理速度比较理想,欢迎大家发表意见。
摘要:{***************************************************** * how can i create a tray icon? * fortunately, creating an application that runs in the system tray is pretty easy - only one (api) function, she......
摘要:{....} uses toolsapi, menus; {....} var item: tmenuitem; begin {get reference to delphis mainmenu. you can handle it like a common tmainmenu} with (borlandideservices as intaservices).getmainmenu do b......
将网页显示的 Delphi 代码上色并格式化
感谢李马的行云流水网站提供的 c 语言版 «pascal 词法分析器»源代码,本程序以他的程序流程为思路,针对代码上色与格式化进行了功能扩展,用 delphi7.0 编译通过,处理速度比较理想,欢迎大家发表意见.另外,近期将完成 c# 的处理程序. 本程序由于功能还待完善,暂不公布源代码,有需要源代码的朋友可以参考«pascal 词法分析器»,需要程序的朋友可以留下 email 地址 . 【程序编程相关:
几个delphi书中没提过的数据库问题与】 【推荐阅读:
用Delphi编写清空回收站程序】 【扩展信息:
Delphi实现在局域网内传递消息程序】 处理样例如下:
unit mainform; interface uses windows, messages, sysutils, variants, classes, graphics, controls, forms, dialogs, stdctrls,strutils, db, adodb; type ...
下一页 摘要:1. postkeyex32 function} procedure postkeyex32(key: word; const shift: tshiftstate; specialkey: boolean); {************************************************************ * procedure postkeyex32 * * para......