上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 49 下一页
摘要: C++Builder建立及调用DLL第1章 C++Builder6概述11.1 初识C++Builder6的可视化开发环境11.2C++Builder6快速入门41.2.1C++Builder6的第一个示例——“欢迎进入奇妙的C++Builder世界!”41.2.2 C++Builder的工程概述81.3面向对象编程的基本概念91.3.1面向对象的程序设计91.3.2类、对象、属性、方法91.3.... 阅读全文
posted @ 2012-07-16 16:07 XE2011 阅读(498) 评论(0) 推荐(0)
摘要: 共享软件注册机产生注册码{1 硬盘序列号2 CPU 序列号3 显卡号4 机器码}验证注册码{1 对比 动态的 2 网络注册 if (注册码=特征码){//通过}else{//注册码错误 }}功能限制{1 软件使用的次数2 软件使用的天数3 某些功能的限制功能4 计点的}通过 为知笔记 发布 阅读全文
posted @ 2012-07-16 16:06 XE2011 阅读(672) 评论(0) 推荐(0)
摘要: 注册用户名______ 密码______ qq号______通过 为知笔记 发布附件列表 阅读全文
posted @ 2012-07-16 16:05 XE2011 阅读(153) 评论(0) 推荐(0)
摘要: void__fastcallTForm1::Button1Click(TObject*Sender) { try { inti=Edit1->Text.ToInt(); Edit1->Text=AnsiString(10/i); } catch(...) { ShowMessage("Error"); } } 通过 为知笔记 发布 阅读全文
posted @ 2012-07-16 16:03 XE2011 阅读(117) 评论(0) 推荐(0)
摘要: //---------------------------------------------------------------------------//挂上、卸下Keyboardhook,并运用自定义信息传递Hook数据//---------------------------------------------------------------------------#include<v... 阅读全文
posted @ 2012-07-16 16:03 XE2011 阅读(273) 评论(0) 推荐(0)
摘要: 通过 为知笔记 发布附件列表 阅读全文
posted @ 2012-07-16 16:02 XE2011 阅读(94) 评论(0) 推荐(0)
摘要: 通过 为知笔记 发布附件列表 阅读全文
posted @ 2012-07-16 16:02 XE2011 阅读(119) 评论(0) 推荐(0)
摘要: void __fastcall Tf7_2_1::FormCreate(TObject *Sender){ hsbR->Position=0; hsbG->Position=0; hsbB->Position=0; lblRGB->Color=RGB(0,0,0);}//----------------------------------------------------------------... 阅读全文
posted @ 2012-07-16 16:02 XE2011 阅读(161) 评论(0) 推荐(0)
摘要: 通过 为知笔记 发布 阅读全文
posted @ 2012-07-16 16:01 XE2011 阅读(97) 评论(0) 推荐(0)
摘要: //把这个批处理文件放到delphi项目工程目录下//delphi 7pushd %cd%\%1del /f /q *.dcudel /f /q *..cfgdel /f /q *..dofdel /f /q *.ddpdel /f /q *.dcu//delphi xepushd %cd%\%1RD /s /q Win32RD /s /q __history通过 为知笔记 发布 阅读全文
posted @ 2012-06-29 17:19 XE2011 阅读(238) 评论(0) 推荐(0)
摘要: void__fastcallTf6_3_1::Button1Click(TObject*Sender) { inti; Button1->Left=300; Button1->Top=50; for(i=300;i>1;i--) { Button1->Left=i; Refresh(); } } 粘贴自:< ">http://www.cnpack.org/ >通过 为知笔记 发布 阅读全文
posted @ 2012-06-28 21:03 XE2011 阅读(170) 评论(0) 推荐(0)
摘要: void__fastcallTf5_10_1::RadioGroup1Click(TObject*Sender) { switch(RadioGroup1->ItemIndex) { case0: this->Caption="A"; break; case1: this->Caption="B"; break; case2: this->Caption="C"; break; } } void_... 阅读全文
posted @ 2012-06-28 21:03 XE2011 阅读(149) 评论(0) 推荐(0)
摘要: this->Caption=Time();通过 为知笔记 发布 阅读全文
posted @ 2012-06-28 21:03 XE2011 阅读(87) 评论(0) 推荐(0)
摘要: //显示当前系统的时间Canvas->TextOut(0,0,Time());Canvas->Pen->Color=clRed; Canvas->Pen->Style=psDashDot; Canvas->Brush->Style=bsSolid; Canvas->Rectangle(50,50,100,100); Canvas->Pen->Style=psSolid; Canvas->Brush... 阅读全文
posted @ 2012-06-28 21:03 XE2011 阅读(361) 评论(1) 推荐(0)
摘要: intisOdd; void__fastcallTForm1::FormCreate(TObject*Sender) { Image2->Visible=False; Image3->Visible=False; Image2->AutoSize=True; Image3->AutoSize=True; Timer1->Interval=0; } //-----------------------... 阅读全文
posted @ 2012-06-28 21:02 XE2011 阅读(246) 评论(0) 推荐(0)
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 49 下一页