C
Christopher Pragash
Hello All,
I am having trouble displaying forms (eg: Form2.Show) when called from
within a form (eg: Form). What I am trying to do is to create an instance of
Form2 (objForm2 = new Form2) and then call show on that form (objform2.Show
and objForm2.BringToFront). I also try to hide Form1 (Form1.hide) which
works fine...but form2 does not show up although it is still in memory and
if activated explicitly (from the settings/System/memory/RunningPrograms)
Form2 is displayed. Could anybody please help here?
Thanks,
Chris
I am having trouble displaying forms (eg: Form2.Show) when called from
within a form (eg: Form). What I am trying to do is to create an instance of
Form2 (objForm2 = new Form2) and then call show on that form (objform2.Show
and objForm2.BringToFront). I also try to hide Form1 (Form1.hide) which
works fine...but form2 does not show up although it is still in memory and
if activated explicitly (from the settings/System/memory/RunningPrograms)
Form2 is displayed. Could anybody please help here?
Thanks,
Chris