CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2002
    Posts
    72

    Tagging a Text File

    I have various text files that need to be associated with various screens for call-up through a listbox. Is there a way to tag text files so that they can be listed with their appropriate screen? If not, what would be the most efficient method for searching the files text, let's say the first line, for a keyword to see if it is to be assigned to a particular screen or not? Thanks.

  2. #2
    Join Date
    Dec 2001
    Posts
    6,332

    Re: Tagging a Text File

    Seems to me that the filename or folder is a better way to do this, or a single file which lists all the others.
    Please remember to rate the posts and threads that you find useful.
    How can something be both new and improved at the same time?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured