-
Instance of Form
Hi everybody...,
when I creating more then one instance of form and show these instances, but I am facing problem when I open other window (i.e internet explorer etc.. ) on that time my all instances of show form goes back but it display on taskbar (instances of form not minimized)when I click one instance on taskbar of form all the instances goes back it comes again front.
I want when I click one instance of form on taskbar only that instance comes on front.
It working fine if I minimize all the instances of form then click one instance of form on taskbar on that time only that instance of form is opened which instance of form I clicked on taskbar.
rajender singh:(
-
I'm not sure I fully understand the problem, but it sounds like you're using a Single Document Interface (SDI) instead of a Multiple Document Interface (MDI).
Can't help you too much because I haven't done any coding with MDI, but if you do searches on SDI and MDI you should find something useful (I hope).
Tris.
-
can you paste your code.
it sounds like they all have the same owner form, and that's why...maybe