You can only add controls to an existing array.
The syntax is:
'To add a control
Load controlname(index)
'To remove a control
Unload controlname(index)
There is an error if you try to use Load with an index that is already in the array
So you would first have to create a label called...
Hi
I've written a little app that is loaded on start up and then does nothing until its QueryUnload function is triggered by the system shutting down.
Part of my code displays a message box. The problem I have is that after a few seconds, windows displays a message saying "this program is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.