CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 1999
    Location
    US, Florida
    Posts
    817

    Working with strings in a textbox/textfile

    Where can I find the best example on how to replace, find, highlight, delete, insert, place on special line, etc. in the textfile or in the textbox where .txt file is loaded.


  2. #2
    Join Date
    Feb 2000
    Location
    South Africa
    Posts
    2

    Re: Working with strings in a textbox/textfile

    Hi,

    This is a vast subject that you are requesting help on. I suggest that you start by reading the article "Convert and Edit Data" published in the January 1999 issue of Visual Basic Programmer's Journal. If you cannot get a copy go to www.vbpj.com, type VBPJ0199 into the locator field (You first have to register) and download the file. Unzip and expand the "GS" zip file. This is the code for the article and is pretty much self explaining. Use this code to explore further.

    Happy Coding,

    Rob


  3. #3
    Join Date
    Jan 2000
    Posts
    45

    Re: Working with strings in a textbox/textfile

    ok andyk, i got this prog from someone else, i uploaded it to my web sight, go to the following url if you want the zip file:
    http:\\gamerzpro.virtualave.net\TextFind4AndyK.zip


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