I have a program that has two forms. I have included the header files. The app compiles correctly and when I ShowModal Form2 all is good.
Form1 loads on start-up and in the Form1 OnCreate event handler, I want to set the properties of some components on Form2.
How do I do this?
Thanks
fergmj
Form1 loads on start-up and in the Form1 OnCreate event handler, I want to set the properties of some components on Form2.
How do I do this?
Thanks
fergmj