Hello!

I am trying to write a VB6 frm / cls / ctl / vbp parser to be able to replace controls with other controls.

I have already solved a few riddles, but I am still experiencing "class not registered" errors, and I don't understand why.

I would therefore like to ask if somebody has some resources / documentation about .vbp files (do the entries have to "sorted"?) and .frm / .ctl files regarding their relations (Begin/End, BegingSomeProperty/EndSomeProperty) and the alphabetic sorting, etc.

Thank you!