Example: I'm browsing Amazon and I made a shopping list in C# forms, then I press a button to make that shopping list appear.
How would I do that because I can't find any out-of-form solution?
Example: I'm browsing Amazon and I made a shopping list in C# forms, then I press a button to make that shopping list appear.
How would I do that because I can't find any out-of-form solution?
I guess you could try using global hotkeys. This works even if you're not focused on your program. link: Set global hotkeys using C#