Frx merges are a major pain. Which I why I recommend if your version control system allows locking make sure you use it on the frx files to avoid merges. For example Subversion support locking to avoid issues with editing bitmaps and other binary files.
With that being said my company and I been using Subversion on a VB6 CAD/CAM project for over 5 years and only ran into a problem with frx merging a handful of time. In all the the case it was simple of matter to resolve. Mainly by one person making a backup of his form and resolve the problem by hand via cut and paste. If somebody doing major work on one of the forms that has a lot of bitmaps then we make sure we lock it and get that part of the project over as fast as possible.
P.S. Don't apologize for VB's FRX strangeness other packages have the same issue anytime two people edit the same bitmap, wav or any other type of binary file that a software will depend on.