Is there a way to prevent the VB6 compiler from shuffling the contents of files?

前端 未结 3 1890
南笙
南笙 2021-01-19 05:14

For reasons unknown, the VB6 compiler often likes to reorder the contents of .vbp files and the control descriptor block at the top of .frm files (The code that describes th

3条回答
  •  情话喂你
    2021-01-19 06:09

    I have noticed that re-opening the form and saving again often restores a consistent order.

提交回复
热议问题