当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: (七)抓取图标(ICON)的窗体创建一个新的Form3,保存为Capture3.pas。
 

 

 ·oracle imp字符集问题的解决    »显示摘要«
    摘要:问题: 在imp一个dmp文件的时候,提示不支持要求的字符集转换(从类型850到852). 原理: oracle多国语言设置是为了支持世界范围的语言与字符集,一般对语言提示,货币形式,排序方式和char,varchar2,clob,long字段的数据的显示等有效。oracle的多国语言设置最主要的两个特性就是国家语言设置与字符集设置,国家语言设置决定了界面或提示使用的语言种类,字符集决定了数据库保......
 ·帖子该怎么“顶”才爽    »显示摘要«
    摘要:时下网虫们喜欢用“顶”一词,如果论坛支持html,可以让你顶得更爽 示例:<a style="font-size: 90pt; color: magenta; font-family: 华文行楷">顶</a> 以上示例显示90磅的洋红色华文行楷字体,如果系统自带文鼎黄草字体更爽 ......


Delphi图象截取编程示例(8)

(七)抓取图标(icon)的窗体

创建一个新的form3,保存为capture3.pas.设置属性bordericons的四个属性为false. 【程序编程相关:Asp.net连Access时:操作必须

【推荐阅读:开始学习工作流方面的知识

borderstyle设为bsnone,formstyle设为fsstayontop. 【扩展信息:在Form域中Post大于100K的数据

一个私有变量:fdragging:boolean; 两个公共变量:frect:trect,fbmp:tbitmap;

unit capture3;

interface

uses

  windows, messages, sysutils, variants, classes, graphics, controls, forms,

  dialogs;

type

  tform3 = class(tform)

    procedure formcreate(sender: tobject);

    procedure formmousedown(sender: tobject; button: tmousebutton;

      shift: tshiftstate; x, y: integer);

    procedure formmousemove(sender: tobject; shift: tshiftstate;

                 x,  y: integer);

    procedure formmouseup(sender: tobject; button: tmousebutton;

      shift: tshiftstate; x, y: integer);

    procedure formactivate(sender: tobject);

    procedure formdestroy(sender: tobject);

    procedure formpaint(sender: tobject);

  private


...   下一页
    摘要: 很多朋友询问正版oracle数据库产品和盗版产品主要有什么区别呢,其实从产品技术本身来讲,区别不大,可以从otn网站上下载一个数据库产品,然后安装使用,正版和盗版最大的区别就是,如果你购买了正版产品就可以享受oracle公司给您提供的服务,数据库一旦出问题了,可以找oracle公司的技术人员来解决,那么oracle具体的服务内容是什么呢,我总结了一下:标准支持服务standard product......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE