motoburn
Member
Good Morning,
I have a main form called frmMain from which all other forms and actions are launched. in the menu bar on frmMain there is a text box where the user can enter an inventory item number. This shows a new instance of frmBundleSearch.
This frmBundleSearch may get multiple new instances opened at a time.
What I would like to see is the frmMain in the taskbar separate from the frmBundleSearch when it has enough open instances to begin stacking in the taskbar.
Right now, when I debug, when the taskbar starts stacking the application's forms, all of them are in the same stack, so right-click and "Close All" nukes the whole app. Is it possible to keep them separated?
thanks,
Chris
I have a main form called frmMain from which all other forms and actions are launched. in the menu bar on frmMain there is a text box where the user can enter an inventory item number. This shows a new instance of frmBundleSearch.
This frmBundleSearch may get multiple new instances opened at a time.
What I would like to see is the frmMain in the taskbar separate from the frmBundleSearch when it has enough open instances to begin stacking in the taskbar.
Right now, when I debug, when the taskbar starts stacking the application's forms, all of them are in the same stack, so right-click and "Close All" nukes the whole app. Is it possible to keep them separated?
thanks,
Chris