I got rid of a project in C ++ Builder, in which one wise guy made the main form invisible. I made it visible, but the form does not appear completely when you start it new.

In this case, the Builder does not freeze, you can do anything with it. In the project options this form is the main one. Question: how to make money program?

  • option 1) write yourself. option 2) to lay out the code so that you can look at it. and with the "clever man" there is no more business or not to forget to give him a fee :) - KoVadim
  • You still need to find the clever man, especially according to the code - the usual form, which, nevertheless, does not start. - Timofey Lomonosov
  • I think it will be easier if you create a new project, where you carefully copy the contents of the form and the unit. Hint: if you go to the form and press ctrl+a ctrl+c , then you can "copy the components" and then paste on another form using ctrl+v . - KoVadim

0