Kazaar
Kazaar

Reputation: 33

WPF - how to get XAML from exe

My task is to get all running window aplication list, then by selecting one of them I'll have to serialize the GUI to XAML. Is it possible? I have no clue how to start.

Upvotes: 1

Views: 1324

Answers (1)

James Harcourt
James Harcourt

Reputation: 6389

Assuming the application you want to target is WPF, you can get a headstart looking at the code of Snoop.

Upvotes: 1

Related Questions