I'm trying to figure out a way to add a TButton inside a TTrayIcon Balloon Hint.
Is that possible?
Application description and goal:
Basically my software detects when a USB device is connected to the computer and automatically pops up a balloon hint which notifies the user that a new device has been connected.
What should happen next is to ask the user "Do you want to execute operation A or operation B?", and I'd like to give the user fast access to the options directly inside the ballooon hint.
What I have tried:
Googling a lot, but no success, because there is no info about how to access the balloon hint interface in any way.
I am using Delphi XE2 on Windows 8.