G
Guest
Hi,
In my vb.net ppc application, there are 10-12 forms. I have provided
buttons to go to all other forms from Form1. So, for example, when i want to
go to Form2, using the form2.show method, i am displaying the second form. I
am not hiding the Main form(form1). So always the main form will be working
in the background.
After closing the second form, the first form automatically gets displayed,
since i am not hiding it.
Suppose I have opened the second form. So in the Memory-->Running
Programs List, two applicaions with the same name are displayed.(becuase of
the two opened forms). Is it a standard way?
Otherwise i have to hide/visible the main form each and every time.
Is there any problem in displaying two names in the running programs' list?
Please reply,
Regards,
Hari
In my vb.net ppc application, there are 10-12 forms. I have provided
buttons to go to all other forms from Form1. So, for example, when i want to
go to Form2, using the form2.show method, i am displaying the second form. I
am not hiding the Main form(form1). So always the main form will be working
in the background.
After closing the second form, the first form automatically gets displayed,
since i am not hiding it.
Suppose I have opened the second form. So in the Memory-->Running
Programs List, two applicaions with the same name are displayed.(becuase of
the two opened forms). Is it a standard way?
Otherwise i have to hide/visible the main form each and every time.
Is there any problem in displaying two names in the running programs' list?
Please reply,
Regards,
Hari