Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: W2PMX
  • Order by date
  1. W2PMX

    Corrupt form

    That's the top of a .vbp file, not a .frm file. Somehow the project file got saved in the form file's space. Scroll down and see if you can find the part Golom showed you. If you can, just delete everything above it - the VERSION 5.00 Begin VB.Form frm<whatever> (and maybe some Object =...
  2. W2PMX

    writing and reading to text file

    Text files are not fixed length. The only way to modify text in a text file is to read the file, modify the text and rewrite the file. You can read the entire file into a string variable at once, split it and modify each element of the resulting array, then write the elements (or join the...

Part and Inventory Search

Back
Top