When you open a form, go to design view, right click on a control, and click properties, you see and edit box thing.
With this edit box, you can do all sorts of damage, such as changing VB code, or resizing controls.
How can I turn this off using VB?
I have disabled right click, but here is a trick:
Open up any access database you have full use of, open up the edit box thingo, then close the database fully.
When you open up a "protected" database, the edit box thingy opens up cos it was open when you last were using access.
By protected I mean I have disabled
database window
status bar
built in toolbars
full menus
break into code
default short cut menus
toolbar/menu changes
shift key bypass
special keys
Please help
With this edit box, you can do all sorts of damage, such as changing VB code, or resizing controls.
How can I turn this off using VB?
I have disabled right click, but here is a trick:
Open up any access database you have full use of, open up the edit box thingo, then close the database fully.
When you open up a "protected" database, the edit box thingy opens up cos it was open when you last were using access.
By protected I mean I have disabled
database window
status bar
built in toolbars
full menus
break into code
default short cut menus
toolbar/menu changes
shift key bypass
special keys
Please help