xavier.batlle
Active member
- Local time
- Today, 23:23
- Joined
- Sep 1, 2023
- Messages
- 254
After reading this article by Colin Riddington also known as @isladogs :
https://isladogs.co.uk/msg-box-timeout/index.html
I've been experimenting with this topic and discovered that we can change the title, message, or button caption of a standard MsgBox after it has been displayed using some Windows API. With this approach, I've converted a standard Access MsgBox into a dynamic MsgBox with a timeout.
This example was developed just for fun!
https://isladogs.co.uk/msg-box-timeout/index.html
I've been experimenting with this topic and discovered that we can change the title, message, or button caption of a standard MsgBox after it has been displayed using some Windows API. With this approach, I've converted a standard Access MsgBox into a dynamic MsgBox with a timeout.
This example was developed just for fun!
Attachments
Last edited: