Hello,
I know how to disable a form's close button, but how do you disable the databases Close Button ???
Many Thanks
Printable View
Hello,
I know how to disable a form's close button, but how do you disable the databases Close Button ???
Many Thanks
If we are talking about Access' 'x' close button or the child window database 'x' close button?
Either way the code would be similar to disabling a vb6 forms close button, but if we are talking about the
child database x then you need to use the FindWindow and FindWindowEx APIs.