Hi,
Am trying to get the list of MDB in a project so that i can add it to dropdown list. so i can select the MDB from down before connecting to project.
BR,
Gopinath
Hi,
Am trying to get the list of MDB in a project so that i can add it to dropdown list. so i can select the MDB from down before connecting to project.
BR,
Gopinath
Hi,
You can take a look at the LoginEx class of the Startup.dll library in the E3D installation directory.
This corresponds to the Monitor Form code.
This class contains a PopulateMdbs() method that might interest you.
Thanks Leo,
i see the method, how can i call it directly by invoking in my code.
This code is dependent on the Form, the idea is not to try to call it directly from yours, but rather to use it as an example to see how Aveva accesses MDBs in the context of Monitor.
understood thanks Leo.