devxlogo

Saving Forms as Text vs. Binary

Saving Forms as Text vs. Binary

Question:
This may seem a stupid question, but I cannot figure or find it out anywhere… I have been having trouble with the setup wizard saying that my forms have been saved in “binary format”I cannot figure it out.. Any help would be great.. Thanxs..

Answer:
henever you save VB files, they are either saved as Text or Binary. You can permanently change this for a project by modifying the option in Options->Environment. However, for existing files, you need to go into File->Save As… and check the “Save as Text” box. For some reason Setup Wizard only deals with VB files in Text format…it may need to read through them for some reason.As it happens, it’s safer to save your source code in text format. If your binary-saved file somehow gets corrupted you’ve pretty much lost all that code. If your text-saved file gets corrupted you can often open it in a regular text editor, saving much of it and only having to reconstruct the actual corrupted parts.This happened to me once and I was able to retrieve most of a large code module.VB4.0 saves in text format by default.

See also  Professionalism Starts in Your Inbox: Keys to Presenting Your Best Self in Email
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist