0

I have a windows application with only 1 form. Is there a way to retrieve the window title of this form (when it's running)?

UFC Insider
  • 838
  • 1
  • 7
  • 19

1 Answers1

1

If you're using WinForms, see this answer.

If you're using WPF, see this answer.

Since you asked about C#, you're probably NOT using the Windows SDK. But if you are, then see this page.

Community
  • 1
  • 1