What about if the user opens sol.exe just once and keeps it minimized? He/She could be playing all day, but technically, the file was opened once. You should consider blocking the game at all (at least in his/her computer).
Anyway, you could try this VBS, you will have to replace the shortcut...
I realize this is an old question and might have been solved, but I have a suggestion.
Do any of the people with access to the account(i.e. the CFO and you) have her profile configured in your own outlook? If so, you can verify if the "delete items on exit" is enabled in any of those accounts...
If you have Office Developer edition you can convert your database files into "stand-alone" versions without the need for the end-user to have MS Office. I have not try it, so I can not give any help with this. Anyway, this two links will help you...
It happened to me once. I had administrator rights in the computer where I saved the changes, but not in the one I tried to view them. Don't know if this was the reason, but it's worth a try.
Hi,
I am working as an E-mail Administrator and recently one of the employees received some emails with sex-related content. This email came from a hotmail account and I would like to know if there is any way to track this person. I think the person works here, because in one of the emails, he...
or you can use the "TAG" property to identify them and loop through all your controls and verify the value assigned to "TAG" .
Set the TAG property of your textbox to "GROUP_1" (or whatever value youwant) for example and loop to check "GROUP_1" and act accordingly
Dim c as control
for each c...
Sometimes, when I have that error in some VBA functions, I add "VBA." in front of the name of the function to declare explcitly where it comes from. Try changing "Date" to "VBA.Date" to see if it works.
I'm not sure if the default option for the functions is to be Public or Private, so you might try making the function to be Public explicitly by adding the word "PUBLIC" (no quotes) before the word "Function" in the first line
Public Function SendSubscription(StartMonth As Integer, Frequency As...
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.