代码搜索:richedit
找到约 1,124 项符合「richedit」的源代码
代码结果 1,124
www.eeworm.com/read/205824/5021392
h rtf.h
#ifndef _RTF
#define _RTF
#include
#include
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "richedit.h"
/*
* rtf.h -
www.eeworm.com/read/279180/4138193
makefile
NAME = Richedit
OBJS = $(NAME).obj
RES = $(NAME).res
LINK_FLAG = /subsystem:windows
ML_FLAG = /c /coff
$(NAME).exe: $(OBJS) $(RES)
Link $(LINK_FLAG) $(OBJS) $(RES)
.asm.obj:
ml $(ML_F
www.eeworm.com/read/409921/2226132
h rtf.h
#ifndef _RTF
#define _RTF
#include
#include
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "richedit.h"
/*
* rtf.h -
www.eeworm.com/read/380530/2655884
cpp imagedataobject.cpp
#include "precomp.h"
/*#include "windows.h"
#include "windowsx.h"
#include "commctrl.h"
#include "richedit.h"
#include "richole.h"
#include "resource.h"
#include "stdio.h"
#include "stdlib.h"*
www.eeworm.com/read/381088/9110393
cpp lakey.cpp
// Lakey.cpp : 定义应用程序的入口点。
//
#include "stdafx.h"
#include "Lakey.h"
#include "windows.h"
#include "Richedit.h"
#include
#include
#include "LakeyMainWindow.h"
#include
www.eeworm.com/read/221635/14732519
cpp lakey.cpp
// Lakey.cpp : 定义应用程序的入口点。
//
#include "stdafx.h"
#include "Lakey.h"
#include "windows.h"
#include "Richedit.h"
#include
#include
#include "LakeyMainWindow.h"
#include
www.eeworm.com/read/101790/15810905
htm subject_59801.htm
序号:59801 发表者:asic98 发表日期:2003-11-10 14:38:05
主题:急病乱投医!请教iwill:用<mark>RICHEDIT</mark>控件显示大文本文件(100K以上),为何不能修改?
内容:我用<mark>RICHEDIT</mark>控件显示文本文件,文件大到多少兆时都能显示(已更新Riched32.dll)。但发现小文件在框中可以修改内容,而大文件(如100K以上)不行,奇怪的是 ...