C
Carol Crowley
I need to set up a notebook with a program that allows users to enter their
guess of how many jelly beans in a jar. It needs to be completely secure,
but I also need to get reports of all the guesses, be able to sort, etc.
I wrote a database with a form that allows for the data entry. I've set it
up so that the min/max and exit buttons aren't shown (only on the form) and
so that it opens straight to the form and the form can't be closed. I've
managed to also get rid of all menus except for the help "type a question"
thingie and the Adobe Acrobat menu. I've also found code to disable the "X"
and the close and exit options on the window. But, it's messy.
How do I keep the users from minimizing the application? Is there an easier
way to keep them from seeing the menu bar and the "x" and min/max?
- Carol
guess of how many jelly beans in a jar. It needs to be completely secure,
but I also need to get reports of all the guesses, be able to sort, etc.
I wrote a database with a form that allows for the data entry. I've set it
up so that the min/max and exit buttons aren't shown (only on the form) and
so that it opens straight to the form and the form can't be closed. I've
managed to also get rid of all menus except for the help "type a question"
thingie and the Adobe Acrobat menu. I've also found code to disable the "X"
and the close and exit options on the window. But, it's messy.
How do I keep the users from minimizing the application? Is there an easier
way to keep them from seeing the menu bar and the "x" and min/max?
- Carol