C Board  

Go Back   C Board > Platform Specific Boards > Windows Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 09-16-2001, 10:53 PM   #1
Registered User
 
Join Date: Sep 2001
Posts: 39
Red face Rich edit control example Win API

Can anyone direct me to a working example of a rich edit control using Windows API (I had no trouble getting an edit control to work properly). I have found several working rich edit control examples using MFC, which I know even less about, but none using API.

I am very new to Window programming and feel more comfortable working with API.

Any information offered will be greatly appreciated

Thanks
Echidna is offline   Reply With Quote
Old 09-17-2001, 02:12 AM   #2
Registered User
 
Ward's Avatar
 
Join Date: Sep 2001
Location: Belgium
Posts: 39
As far as I know, a richedit can only be used with MFC.

What you can do is create a regular DLL with MFC statically linked.

You can create the richedit in this DLL and export some functions to your exe to handle the richedit control.

I've done creating a COM object, but it should work perfectly using an ordinary DLL that supports MFC (this does not mean you should work according the MFC technology).

Greetings, Ward
Ward is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Change cursor on single edit control Niara Windows Programming 3 01-11-2009 09:52 AM
edit control text buffer scurvydog Windows Programming 4 12-11-2008 10:13 AM
(Multiline) Edit Control Limit P4R4N01D Windows Programming 9 05-17-2008 11:56 AM
API and Rich edit control LuckY Windows Programming 2 05-01-2003 09:01 PM
Controlling an edit control master5001 Windows Programming 2 10-16-2001 03:08 PM


All times are GMT -6. The time now is 03:25 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22