How do i load a form from a form in delphi?

i am writing a program (in delphi 7) so that when you log on to the system, you will be redirected to another form where the main menu is. these are both separate forms and i am wanting to know how to load it automatically.
please help!
thanks!

Tags: , , ,

One Response to “How do i load a form from a form in delphi?”

  1. Erbert says:

    Procedure SwitchForms();
    Begin
    Form1.Hide;
    Form2.Show;
    End;

    Basically.
    If you want to have different variables to be shared, just store them as variables in the unit that declares this process

Trackbacks/Pingbacks


Leave a Reply

Security Code:

Categories