代码搜索:richedit
找到约 1,124 项符合「richedit」的源代码
代码结果 1,124
www.eeworm.com/read/102855/15755601
~cpp note.~cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "note.h"
#include "about.h"
#include
//----------------
www.eeworm.com/read/102552/15779098
htm subject_22275.htm
序号:22275 发表者:xiangxing 发表日期:2002-11-25 08:32:59
主题:诚邀高手进来看看(BCB
内容://当RichEdit1中输入的是Hello时,单击Button1,Edit1显示的是"R",Edit2显示的//是"First_If"//而当RichEdit1中输入的是H时,单击Button1,Edit1显示的是""
www.eeworm.com/read/105686/12846040
txt readme.txt
修正版:
做了一下修正:
1〉增加了最小化按钮,用了一下发现还有有最小化好一点。
2〉增加了看“*”号的功能。这好像是老生常谈了,各个人的实现方法都是大同小异了,总之都是要对别的进程可以访问,现在PostMessage有一个漏洞,至少在2k/xp下是有的,98下应该也有,就是不检查目的窗口句柄是否自己进程的,这样我们就能为所欲为了:)而且对于Edit跟<mark>richEdit</mark>同样有效:P我的软件就是 ...
www.eeworm.com/read/407601/11413921
pas cmdwin.pas
unit cmdwin;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, Ychatu1,
SkinCtrls, SkinBoxCtrls;
type
TCmdsBox = class(TForm)
spSkinListBo
www.eeworm.com/read/348393/11597488
dfm u_sele.dfm
inherited F_sele: TF_sele
Left = 183
Top = 134
Caption = #36873#25321#23545#35805#26694
ClientHeight = 381
ClientWidth = 334
OldCreateOrder = True
OnActivate = FormActivate
OnD
www.eeworm.com/read/151852/12168084
clw techdemand.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CTechDemandDialog
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "
www.eeworm.com/read/114437/15053533
hpj stuscore.hpj
[OPTIONS]
LCID=0x804 0x0 0x0 ; 中文(中国)
REPORT=Yes
CONTENTS=学生成绩管理系统帮助文档
CNT=StuHelp.cnt
COPYRIGHT=小马工作室
CITATION=可以自由拷贝,谢谢传播
ROOT=..\..\..\CH03\RICHEDIT
HLP=StuScore.hlp
[FILES]
hstu.RTF
www.eeworm.com/read/212913/15145009
~pas u_tip.~pas
unit U_tip;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs,inifiles,jpeg, StdCtrls, Buttons, RichEdit2Ctrl,Clipbrd;
type
TF_tip_for
www.eeworm.com/read/212913/15145123
pas u_tip.pas
unit U_tip;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs,inifiles,jpeg, StdCtrls, Buttons, RichEdit2Ctrl,Clipbrd;
type
TF_tip_for
www.eeworm.com/read/182502/9201063
h stdafx.h
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#pragma once
// Change th