Reputation: 33
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
Reputation: 6389
Assuming the application you want to target is WPF, you can get a headstart looking at the code of Snoop.
Upvotes: 1