Click here to Skip to main content
6,822,613 members and growing! (19,032 online)
Email Password   helpLost your password?
Platforms, Frameworks & Libraries » WTL » Applications     Intermediate

kPad - A lightweight WTL based text editor

By Konstantin Boukreev

An example of using the WTL library and RichEdit control
VC6Win2K, WTL, Dev
Posted:5 Aug 2000
Views:246,803
Bookmarked:51 times
printPrint   add Share
      Discuss Discuss   Broken Article?Report  
37 votes for this article.
Popularity: 7.70 Rating: 4.91 out of 5

1

2

3

4
17 votes, 100.0%
5
  • Download source files - 79 Kb
  • Download demo project - 52 Kb
  • Sample Image - kPad.gif

    Introduction

    kPad is a lightweight text editor that works with RTF and TXT file formats.

    It's an example of using the WTL library and RichEdit control, and is based on the MTPad sample from the Microsoft SDK (12/01/99).

    Features

    • Sheets control
    • Find and Replace custom dialogs
    • Small size (104 Kb)

    Implementation

    With the help of the ATL\WTL AppWizard I created a "Multiple Threads SDI" project with a generic view window. The class SheetsCtrl is a view window for the Main Frame and a container for kSheetView child windows. kSheetView is a superclass of the RichEdit control.

    The small size of 105 Kb is achieved by removing the dependancy on the CRT library (_ATL_MIN_CRT) and use the project options /OPT:REF, /OPT:ICF, /OPT:NOWIN98.

    Environment

    This application was created with VC 6.0. SP3, WTL and the January MS SDK. It has been tested only on W2k.

    Acknowledgments

    WTL Sites References

    License

    This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

    A list of licenses authors might use can be found here

    About the Author

    Konstantin Boukreev


    Member
    I am freelance programmer. About 3 years of experience in C++ and I would rather use ATL, STL, WTL but not MFC Smile. Main backgrounds are Win32 API, COM and Networking. Now I am interested about AI (Neural Network, Fuzzy Logic and GA). Currently based in Vladivostok, Russia.
    Occupation: Web Developer
    Location: Russian Federation Russian Federation

    Other popular WTL articles:

    Article Top
    You must Sign In to use this message board.
    FAQ FAQ 
     
    Noise Tolerance  Layout  Per page   
     Msgs 1 to 25 of 36 (Total in Forum: 36) (Refresh)FirstPrevNext
    GeneralBuilding with WTL 7.1 / VS.NET 2003 PinmemberMatt Bishop12:26 12 May '04  
    GeneralRe: Building with WTL 7.1 / VS.NET 2003 Pinmember0898908820:30 2 Mar '08  
    GeneralT_SafeVector.h missing Pinmemberleonqiu7:34 19 Feb '04  
    GeneralRe: T_SafeVector.h missing Pinsussnarendr13:59 30 Jun '04  
    GeneralOLE support PinmemberVolkerB12:00 1 Feb '03  
    GeneralWhen we program with WTL, can we use STL? PinsussAnonymous8:22 20 Sep '02  
    GeneralRe: When we program with WTL, can we use STL? PinmemberTim Smith9:01 20 Sep '02  
    GeneralGdiGradientFill entry point not found.. PinmemberWayne Davis2:46 15 May '02  
    GeneralRe: GdiGradientFill entry point not found.. PinsussAnonymous15:06 8 Aug '02  
    Generalatlres.h not in source code PinmemberKyung Bae Park16:09 9 May '02  
    GeneralRe: atlres.h not in source code PinmemberJose Cruz12:31 28 Oct '02  
    Generalw2k: one predefinition is missing Pinmembergok11:11 22 Apr '02  
    General31 errors PinmemberAnonymous7:14 10 Apr '02  
    Generalcompiling errors PinmemberAltair_Liu18:50 8 Apr '02  
    GeneralCompiling error PinmemberAnonymous5:14 17 Mar '02  
    GeneralI get 31 errors. PinmemberThe Eclypse10:49 27 Aug '01  
    GeneralRe: I get 31 errors. PinmemberKonstantin Boukreev15:13 27 Aug '01  
    GeneralRe: I get 31 errors. PinmemberThe Eclypse9:43 28 Aug '01  
    GeneralRe: I get 31 errors. they keep coming PinmemberThe Eclypse11:55 29 Aug '01  
    GeneralRe: I get 31 errors. they keep coming PinmemberKonstantin Boukreev15:24 29 Aug '01  
    GeneralRe: I get 31 errors. they keep coming PinmemberThe Eclypse22:58 29 Aug '01  
    GeneralRe: I get 31 errors. they keep coming PinmemberKonstantin Boukreev23:15 29 Aug '01  
    GeneralRe: I get 31 errors. they keep coming PinmemberThe Eclypse0:33 30 Aug '01  
    GeneralRe: I get 31 errors. they keep coming Pinmemberjema22:49 7 Mar '04  
    GeneralRe: I get 31 errors. they keep coming Pinmemberspyderdan15:00 24 Aug '04  

    General General    News News    Question Question    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

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

    PermaLink | Privacy | Terms of Use
    Last Updated: 5 Aug 2000
    Editor: Chris Maunder
    Copyright 2000 by Konstantin Boukreev
    Everything else Copyright © CodeProject, 1999-2010
    Web20 | Advertise on the Code Project