Is it possible to view forms from different modules in a split pane? The only split pane options I see are ‘related-’, ‘non-related’, and ‘none’ forms within the same module.
Thanks!
Is it possible to view forms from different modules in a split pane? The only split pane options I see are ‘related-’, ‘non-related’, and ‘none’ forms within the same module.
Thanks!
You need to add the module the form you want to add in your split pane as a module of your current module.
Say a form from module A is in split pane, you want a form from module B, then you need to add B as a module to A.
To do that, the shortest way is to click on module A in the SolutionExplorer, then in the properties panel (where you have your solution onOpen) you should see the moduleNames: double-click on that and select module B) then you will be able to add any forms of B.
Just make sure you don’t create circular references between your modules (module A references B which references A).
Thanks, Patrick!
Just make sure you don’t create circular references between your modules (module A references B which references A).
Circular references will be my bane, as I have to go both ways.
Then maybe you can create a module Z which references A and B, and create your form with your split panel in there, Z will be able to add A and B forms…