NigelShaw
Registered User.
- Local time
- Today, 22:06
- Joined
- Jan 11, 2008
- Messages
- 1,575
Hi
i have attached a db that i recently posted in .mdb format. the Balloon works great and displays as it should. i would like to try and get this to do something when you click it. Currently, it disappears but i can seem to find a way of actioning anything else.... i suspect it has something to with
but its a bit beyond me to get it working. Has anyone else needed this before or managed to get the balloon to do something when clicked?
my purpose is because i have a function that will display the balloon if a new update is available. By clicking the balloon, the user can be directed to the update download location.
all help appreciated as always
Nidge
i have attached a db that i recently posted in .mdb format. the Balloon works great and displays as it should. i would like to try and get this to do something when you click it. Currently, it disappears but i can seem to find a way of actioning anything else.... i suspect it has something to with
Code:
Private Const NIN_BALLOONUSERCLICK = (WM_USER + 5)
but its a bit beyond me to get it working. Has anyone else needed this before or managed to get the balloon to do something when clicked?
my purpose is because i have a function that will display the balloon if a new update is available. By clicking the balloon, the user can be directed to the update download location.
all help appreciated as always
Nidge
Attachments
Last edited: