Click here to Skip to main content
15,909,039 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Richedit control in Win32 C++ Pin
Ryan Binns8-Jun-03 15:54
Ryan Binns8-Jun-03 15:54 
GeneralRe: Richedit control in Win32 C++ Pin
tareqsiraj9-Jun-03 8:30
tareqsiraj9-Jun-03 8:30 
GeneralRe: Richedit control in Win32 C++ Pin
ashxly7-Jun-03 22:21
ashxly7-Jun-03 22:21 
GeneralRe: Richedit control in Win32 C++ Pin
tareqsiraj7-Jun-03 22:28
tareqsiraj7-Jun-03 22:28 
GeneralRe: Richedit control in Win32 C++ Pin
ashxly7-Jun-03 22:33
ashxly7-Jun-03 22:33 
GeneralRe: Richedit control in Win32 C++ Pin
tareqsiraj7-Jun-03 22:44
tareqsiraj7-Jun-03 22:44 
GeneralRe: Richedit control in Win32 C++ Pin
ashxly7-Jun-03 22:52
ashxly7-Jun-03 22:52 
GeneralRe: Richedit control in Win32 C++ Pin
tareqsiraj7-Jun-03 22:57
tareqsiraj7-Jun-03 22:57 
tried that also Frown | :( ... i'm sure its some silly mistake. it cant be that complicated.

HINSTANCE hLib;
hLib = LoadLibrary("Riched20.dll");
if (!hLib)
{
	hLib = LoadLibrary("Riched32.dll");
	if (!hLib)
	{
		MessageBox(0, "Richedit control failed to initialize!", "Editor", MB_ICONERROR);
		exit(0);
	}
	else
		strcpy(_className, "RichEdit");
}
else
{
	strcpy(_className, "RICHEDIT_CLASS");
}


-Tareq
Generaldebugging embedded C in MFC Pin
willTuck7-Jun-03 19:32
willTuck7-Jun-03 19:32 
GeneralRe: debugging embedded C in MFC Pin
ashxly7-Jun-03 22:26
ashxly7-Jun-03 22:26 
Generaleditbox question... Pin
JoeSox7-Jun-03 18:50
JoeSox7-Jun-03 18:50 
GeneralRe: editbox question... Pin
Weiye Chen7-Jun-03 19:05
Weiye Chen7-Jun-03 19:05 
GeneralRe: editbox question... Pin
JoeSox8-Jun-03 7:43
JoeSox8-Jun-03 7:43 
GeneralRe: editbox question... Pin
ashxly7-Jun-03 22:30
ashxly7-Jun-03 22:30 
GeneralRe: editbox question... Pin
JoeSox8-Jun-03 7:44
JoeSox8-Jun-03 7:44 
QuestionHow can a CPropertySheet instance be added to a CPropertySheet as a CPropertyPage Pin
FlyingDancer7-Jun-03 15:50
FlyingDancer7-Jun-03 15:50 
AnswerRe: How can a CPropertySheet instance be added to a CPropertySheet as a CPropertyPage Pin
Weiye Chen7-Jun-03 19:11
Weiye Chen7-Jun-03 19:11 
GeneralRe: How can a CPropertySheet instance be added to a CPropertySheet as a CPropertyPage Pin
FlyingDancer7-Jun-03 19:53
FlyingDancer7-Jun-03 19:53 
GeneralI pay you $ USD Pin
balu_pl7-Jun-03 13:14
balu_pl7-Jun-03 13:14 
GeneralSmart Card Inserts & Removes Pin
Fad B7-Jun-03 12:53
Fad B7-Jun-03 12:53 
GeneralRe: Smart Card Inserts & Removes Pin
JohnnyG7-Jun-03 13:29
JohnnyG7-Jun-03 13:29 
Generalview file Pin
balu_pl7-Jun-03 12:04
balu_pl7-Jun-03 12:04 
GeneralRe: view file Pin
Bartosz Bien8-Jun-03 2:03
Bartosz Bien8-Jun-03 2:03 
GeneralHelp me please Pin
DENISFINN7-Jun-03 11:50
DENISFINN7-Jun-03 11:50 
GeneralRe: Help me please Pin
includeh107-Jun-03 12:07
includeh107-Jun-03 12:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.