Click here to Skip to main content
Click here to Skip to main content

Static text to display long filenames with ellipses

By , 15 Jan 2000
 
  • Download demo project - 14 Kb
  • Download source files - 3 Kb
  • Sample Image - cstatic_filespec.gif

    The CStaticFilespec control is a lightweight class suitable for displaying long filespecs that may need to be truncated or compressed, in order to fit the size of the display. The image presents an example of what the control looks like when used in a dialog box.

    By default, CStaticFilespec supports 2 drawing styles: DT_END_ELLIPSIS and DT_PATH_ELLIPSIS. The former displays a truncated filespec with trailing ellipses while the latter adds embedded ellipses to a compressed filespec.

    Using CStaticFilespec in a dialog is quite simple:

    Include CStaticFilespec.h in your dialog class' header file.

    Add member variables of type CStaticFilespec for every static text control you want to subclass.

    Subclass the static text controls in your dialog's OnInitDialog() method and set the controls' style.

      m_wndStaticFileEnd.SubclassDlgItem (IDC_FILE_END, this);<br>
      m_wndStaticFilePath.SubclassDlgItem (IDC_FILE_PATH, this);<br>
      m_wndStaticFilePath.SetPath (TRUE);
    

    You can also use any other DT_ drawing style you like. For example, to draw right justified text that is vertically centered and has trailing ellipses, do:

      m_wndStaticText.SubclassDlgItem (IDC_STATIC_TEXT, this);
      m_wndStaticText.SetFormat (DT_RIGHT | DT_VCENTER);
      m_wndStaticText.SetWindowText ("d:\\There\\Is\\Always\\One\\More\\Bug.cpp");
    

    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
    Technical Lead
    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

     
    Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
    You must Sign In to use this message board.
    Search this forum  
        Spacing  Noise  Layout  Per page   
    GeneralMy vote of 5memberCIDev24 Sep '10 - 5:08 
    GeneralError Compiling in VS2005memberldsdbomber12 Jan '09 - 0:02 
    AnswerRe: Error Compiling in VS2005memberRavi Bhavnani12 Jan '09 - 2:50 
    GeneralRe: Error Compiling in VS2005memberldsdbomber28 Jan '09 - 0:49 
    GeneralRe: Error Compiling in VS2005memberldsdbomber28 Jan '09 - 0:52 
    GeneralRe: Error Compiling in VS2005memberldsdbomber28 Jan '09 - 0:54 
    GeneralRe: Error Compiling in VS2005memberRavi Bhavnani28 Jan '09 - 1:38 
    Questiona simple program on EMPmembersireeshakolluri7 Apr '08 - 21:52 
    GeneralRe: a simple program on EMPmemberRavi Bhavnani8 Apr '08 - 2:55 
    GeneralFlickeringmemberrrrado11 Jun '03 - 1:29 
    GeneralRe: FlickeringmemberRavi Bhavnani11 Jun '03 - 1:38 
    Questionhave a bug, how to do?memberuse_id8 Aug '02 - 1:36 
    AnswerRe: have a bug, how to do?memberRavi Bhavnani8 Aug '02 - 2:24 
    GeneralShowing MDI Child window MaximizedmemberKonrad Rotuski30 Apr '02 - 3:30 
    GeneralAPI FunctionsmemberArmen Hakobyan29 Apr '02 - 22:22 
    GeneralRe: API FunctionsmemberRavi Bhavnani30 Apr '02 - 3:16 
    GeneralRe: API FunctionsmemberDavidCrow1 Dec '04 - 8:55 
    GeneralRe: API FunctionsmemberRavi Bhavnani1 Dec '04 - 16:37 
    GeneralBugFix: Disabled text incorrectly shown as enabledmemberRavi Bhavnani10 Dec '01 - 17:37 
    GeneralAPI FunctionmemberAnonymous8 Feb '01 - 14:13 
    GeneralRe: API FunctionmemberBalkrishna Talele13 Apr '04 - 23:49 
    GeneralI can't get this up a running my way... susswebguy6 Jul '00 - 9:48 
    GeneralRe: I can't get this up a running my way... sussRavi Bhavnani6 Jul '00 - 10:26 
    GeneralRe: I can't get this up a running my way... susswebguy7 Jul '00 - 15:51 
    GeneralThere is an api functionsussHåkan16 Feb '00 - 2:21 

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

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