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 =...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.