I am currently working with a legacy Visual Basic 6 application. On occasion, when I make changes to a .frm file, and then save, other seemingly random numeric changes will also be saved.
Some examples of these random changes are
- Font Size changes (8.25 to 7.8)
- Screen Positions
- Control Sizes
After interrogating the version history, it appears this was not always a problem. It only started happening in 2013.
Why are these numeric values changing? and how can I prevent it from happening in the future?