Thread: How to specify "path ellipsis" for static text in the code

  1. #1
    Registered User
    Join Date
    Oct 2002
    Posts
    72

    How to specify "path ellipsis" for static text in the code

    I'm generating some static text on the fly in my program & would like to use the path ellipsis attribute (like the one you can select in the properties tab in the GUI). How do you do that in the code? I can't seem to find the documentation on it.

    Thanks

  2. #2
    Yes, my avatar is stolen anonytmouse's Avatar
    Join Date
    Dec 2002
    Posts
    2,544
    Look up 'Static Control Styles' at MSDN or in your local help. You'll find SS_PATHELLIPSIS.

  3. #3
    Registered User
    Join Date
    Oct 2002
    Posts
    72
    Quote Originally Posted by anonytmouse
    Look up 'Static Control Styles' at MSDN or in your local help. You'll find SS_PATHELLIPSIS.
    Ahh, that's exactly what I was looking for. Thanks!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 14
    Last Post: 11-23-2005, 08:53 AM
  2. How to use FTP?
    By maxorator in forum C++ Programming
    Replies: 8
    Last Post: 11-04-2005, 03:17 PM
  3. How to delete every other line in a text file?
    By mr2999 in forum C++ Programming
    Replies: 6
    Last Post: 01-20-2005, 06:08 PM
  4. Ok, Structs, I need help I am not familiar with them
    By incognito in forum C++ Programming
    Replies: 7
    Last Post: 06-29-2002, 09:45 PM
  5. Outputting String arrays in windows
    By Xterria in forum Game Programming
    Replies: 11
    Last Post: 11-13-2001, 07:35 PM