Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I have MDIForm1 and Form1 as child in vb6
If I open two documents and click on the buttons to execute the program in one and in the other, the program is executed in active form1 and the other waits. If another form1 Set Active then it continues to execute in the first standing.
Can the software be run simultaneously in both form1?
In fact I saw in other programs that may or may not know how
Posted
Comments
Mike Meinz 28-Jun-13 6:36am    
Not using VB6
Sergey Alexandrovich Kryukov 28-Jun-13 9:44am    
Good idea. Another one is: never ever using MDI.
—SA
zkuzet 28-Jun-13 17:35pm    
Thanks for your ideas
But I did not ask what not to do, I wondered what to do :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900