Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Text Editor using Ms Visual C++ 6.0

Status
Not open for further replies.

palmersheila

Technical User
Nov 30, 2003
12
MY
I am developing a text editor using MS Visual C++. I have used the application wizard for development. But how can I insert a horizontal scroll bar,insert the font option (the font face, font size and font style) and build a help file for my text editor? Can I find these on MSDN? Please help. Thanks.
 
you should specify in the window style the flag WS_HSCROLL

Ion Filipski
1c.bmp
 
Have a look at the NotePad source. It comes as one of the sample programs with visual studio. Extremely useful for such things.

Are you using SDK, MFC or WTL? MFC and WTL automatically build the help file for you in RTF - all you need to do is edit it in word. SDK - you have to build it yourself. Haven't done this for 11 years and I can't remember how it is done but it is somewhere in MSDN help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top