Quantcast
Channel: MicroStation Programming - Forum - Recent Threads
Viewing all articles
Browse latest Browse all 1677

Re: [C#] List of Microstation open Form

$
0
0

Some old dialogboxes are different with .NET Form. I can use the following to get all opened .NET Forms, such as Tasks, Element Information, Element Selection, etc.

foreach (Form form in Application.OpenForms)
 {
      MessageBox.Show(form.Text);
}

HTH, Yongan


Viewing all articles
Browse latest Browse all 1677

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>