[comp.windows.ms.programmer] Help with text in ms windows 3.0

simpsons@leland.Stanford.EDU (james disanto) (06/26/91)

I am a beginning programmer of windows 3.0.  Is there a simple text window
I can invoke when I want to put a user into a text editor with insert, cut
paste and copy functions?.  I want to allow the user to input text freely 
until they press one of my function buttons after which I want to manipulate
the text.

					Thanks, 

ebergman@isis.cs.du.edu (Eric Bergman-Terrell) (06/26/91)

How much of a text editor do you need?  Would a multi-line edit control
do the job?  If you want to call a real editor you'll probably have to buy
a 3rd party toolkit...

Terrell