Click here to Skip to main content
Licence CPOL
First Posted 17 Jan 2000
Views 67,969
Bookmarked 28 times

History Edit Control

By | 17 Jan 2000 | Article
CEdit derived control that lets you to display a scrolling text history
  • Download demo project - 14 Kb
  • Download source files - 2 Kb
  • Sample Image - history_edit.gif

    CHistoryEdit is a CEdit derived control that lets you to display a scrolling text history, much like Dev Studio's "Output" window during a compilation. The image presents an example of the control (the "History" window) being used in a dialog box.

    CHistoryEdit's AppendString() method appends a text string to the control and automatically scroll the most recent entry into view. Two other methods, AllowSelection() and IsSelectable() allow you to control whether the user may select text in the control.

    Using CHistoryEdit in a dialog is quite simple:

    1. Include CHistoryEdit.h in your dialog class' header file.
    2. Add member variables of type CHistoryEdit for every edit control you want to subclass.
    3. Subclass the edit controls in your dialog's OnInitDialog() method.
      m_HistoryEdit.SubclassDlgItem (EDIT_HISTORY, this);
      
    4. Append text to the control by using AppendString().
      m_HistoryEdit.AppendString ("Compiling D:\\XDA\\Test\\Mechanic.kb...");
      

    License

    This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

    About the Author

    Ravi Bhavnani



    Canada Canada

    Member

    Ravi Bhavnani is an ardent fan of Microsoft technologies who loves building Windows apps, especially PIMs, system utilities, and things that go bump on the Internet. During his career, Ravi has developed expert systems, desktop imaging apps, marketing automation software, EDA tools, a platform to help people find, analyze and understand information, trading software for institutional investors and advanced data visualization solutions. He currently works for a company that provides enterprise workforce management solutions to large clients.
     
    His interests include the .NET framework, reasoning systems, financial analysis and algorithmic trading, NLP, CHI and UI design. Ravi holds a BS in Physics and Math and an MS in Computer Science and was a Microsoft MVP (C++ and C# in 2006 and 2007). He is also the co-inventor of 2 patents on software security and generating data visualization dashboards. His claim to fame is that he crafted CodeProject's "joke" forum post icon.
     
    Ravi's biggest fear is that one day he might actually get a life, although the chances of that happening seem extremely remote.

    Sign Up to vote   Poor Excellent
    Add a reason or comment to your vote: x
    Votes of 3 or less require a comment

    Comments and Discussions

     
    You must Sign In to use this message board. (secure sign-in)
     
    Search this forum  
     FAQ
        Noise  Layout  Per page   
      Refresh
    GeneralLimited buffer [modified] PinmemberPandele Florin23:47 24 Aug '06  
    AnswerRe: Limited buffer PinmemberRavi Bhavnani2:12 25 Aug '06  
    GeneralRe: Limited buffer PinmemberWiddis9:54 17 Jan '07  
    GeneralSubClass Pinmemberxavigonzalvo23:05 4 Nov '04  
    GeneralA good one routine PinmemberKupriyanov Anatolij21:08 23 Aug '04  
    Generalflickering problem PinmemberAnonymous0:06 23 Apr '02  
    Generalmod for variable args PinmemberGlenn9:40 10 Aug '01  
    GeneralQ:further mimicking devstudio's outputwindow PinsussPaul Kuijten14:44 11 Mar '00  

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

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

    Permalink | Advertise | Privacy | Mobile
    Web02 | 2.5.120517.1 | Last Updated 18 Jan 2000
    Article Copyright 2000 by Ravi Bhavnani
    Everything else Copyright © CodeProject, 1999-2012
    Terms of Use
    Layout: fixed | fluid