[SOLVED] Get the open forms

Answered
0
0

Howdy,

I’d like to check the name of the form’s that are open in the desktop app.
How can I retrieve that?

Thanks!

  • You must to post comments
Best Answer
0
0

Hi Jorge,

You can use Application.OpenForms to iterate through the collection and check the property “ShowInTaskbar” to make sure each one is true.  This should give you all the forms shown in the taskbar of the desktop window (you can / might need to filter out more to make sure you’re not counting the actual desktop control)

Let me know if this works!

Best,

Levie

  • You must to post comments
0
0

Perfect, thanks!
Thanks the equivalent to application.activeforms or so in winforms in a MDIForm

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.