专注于互联网--专注于架构

最新标签
网站地图
文章索引
Rss订阅
  本文介绍如何用Visual C# .NET 2002开发简单复合Control控件(Composite Control)主要讲解Control控件开发过程中属性(Property)和事件(Event)处理以方便开发人员在.NET平台下根据自己需要开发适合Control控件   当我们在.NET平台下做Windows Forms开发时常常需要为了某特殊用途而把现有Control控件结合起来使用比如结合了Label和TextBoxControl控件就非常容易在窗体上布局(记得Delphi 6里就有这么个Control控件)而结合了特定图案和文字Contro [阅读全文] [PDF]
9.2开发拖放功能般步骤   拖放作为Windows提供种方便操作对象功能在Delphi中可以很容易地开发 出来根据拖放操作过程可以把开发步骤划分为 4个阶段即:   ●开始拖动操作   ●接收拖动项目   ●放下拖动项目   ●终止拖动操作   在介绍过程中我们将结合个TabSet(标签集)拖放操作例子界面设计如图 在运行时当用户把个标签拖动到另个标签位置时该标签将移动到该位置并引起 标签集重新布置      9.2 [阅读全文] [PDF]
在Delphi中进行指纹仪 2次开发 .指纹仪介绍 指纹具有\"物证的首\"美誉科学界对指纹论断是:假设地球上有50亿人口 经过300年才会有两个相同指纹出现可见指纹唯性是具有无可辩驳地位 指纹仪第次改变了我们熟知数字化安全系统此前切都依赖于密码你必须用自己用户名并且对你系统进行配置你必须遮住键盘以免其它人看见你密码然而稍有疏忽话任何人都很能容易窃取到你密码 有关专家预测:\"通过指纹识别系统我们扩展了家庭和商业计算机 [阅读全文] [PDF]
ASH - Automatic Syntax highlight (Attempt 2) [Please note: I have my Delphi Editor colors -to the [Ocean] colour speed tings for testing purposes. This ting works well _disibledevent=>Now put the following base code [阅读全文] [PDF]
SUCCESS - (Nearly...) I think you\'ll agree we are pretty close. There is just a little bit of flicker. This flicker is the SelStart jumping the Cursor position around the text. We need to hide this. This \"Cursor\" [阅读全文] [PDF]
To start with I used the Edit1 Control to display the results of all these variables. I then tried manipulating text in the RichEdit to see what values I got. You should do the same. Type slowly in: 1234567890<CR&g [阅读全文] [PDF]
would be divided up o: procedure tsKeyWord tsSpace TForm1 tsIdentier . tsSymbol FormCreate tsIdentier ( tsSymbol Sender tsIdentier : tsSymbol TObject tsIdentier ); tsSymbol tsSpace [阅读全文] [PDF]
The Unofficial Newsletter of Delphi Users by Robert Vivrette Automatic Syntax Highlighting Using a RichEdit Control (Updated with fixes) Part 1 of \"A Tale of Two RichEdits\" by Jon Hogan-Doran - jonhd@hotmail. [阅读全文] [PDF]
用Delphi开发屏幕保护预览 整理编辑:China ASP ---- 大 家 都 知 道windows 屏 幕 保 护 程 序 作 用, 而 且 新 屏 幕 保 护 程 序 越 来 越 漂 亮. 如 果 在win95 桌 面 右 键 菜 单 选 属 性, 就 弹 出 显 示 器 设 置 界 面, 有 个 标 签 是 设 置 屏 幕 保 护 程 序 . ---- 在 该 页 画 面 上, 有 个 显 示 器 图 案 [阅读全文] [PDF]
作者:高素梅   配置数据引擎(BDE、SQL Link)简单思路方法   在数据库分发时需要携带数据引擎(BDE、SQL Link)并且在客户端安装完后还需要配置数据引擎如用户名(username)、密码(Password)等等如果手工配置话工作量比较大这时我们可利用InstallShield For Delphi轻松实现配置在用InstallShield For Delphi制作安装时在生成安装目录里有个*.iwz文本文件只 [阅读全文] [PDF]
1 共11条 分1页