Hi,
I have an application in C++ Builder 6 that has three different child forms. when I start the program the first and second child forms are hidden till I execute them as they should be but the third one which I created as the last is shown (and it doesn't have proper dimensions). I don't know wtf is going on. It should be working ok..
btw I call the windows with:
any help really appreciated
I have an application in C++ Builder 6 that has three different child forms. when I start the program the first and second child forms are hidden till I execute them as they should be but the third one which I created as the last is shown (and it doesn't have proper dimensions). I don't know wtf is going on. It should be working ok..
btw I call the windows with:
Code:
Form = new TForm(Application);
Comment