i have a main form and in its main menu i have edited 5 more other forms, when i am opening one form i can see it but the problem is i cant acess to my main menu to open other forms, how can i open multiple forms from one menu keeping each other active.
for eg: my main form is A, and five other forms are B,C, D, E, F.
SO to open form B from a ther is no problem, bt when B is active i cant acess to A,C,D,E,F...so i wnt a code with which i can use it, and keep active all the forms and can be able to acess any one .
any code will be much appreciated.
this is how i have used the technique to work.....
Code:
B.show  ' to open form B
C.show  'to open C...similarly others from main menu  A