Hi,
Apologies if I have posted this in the wrong place. I am using visual basic for the first time ever to create simple reminders. I have managed to set up a task in task scheduler to run a tiny script to create a message box to appear and stay on top of all windows:
What I have been trying to do is to write another script that would load up a specific image on my hard drive and ideally make it stay ontop of all windows. Any help would be greatly appreciated. Thanks.
Apologies if I have posted this in the wrong place. I am using visual basic for the first time ever to create simple reminders. I have managed to set up a task in task scheduler to run a tiny script to create a message box to appear and stay on top of all windows:
Code:
MsgBox"Message goes here", vbSystemModal