Spira Registered User. Local time Today, 22:08 Joined Feb 23, 2004 Messages 35 Apr 19, 2004 #1 hi does anyone know how to disable the ACCESS control box? thanks
The_Doc_Man Immoderate Moderator Staff member Local time Today, 16:08 Joined Feb 28, 2001 Messages 30,565 Apr 19, 2004 #2 I'm sorry, your question is a bit vague... what control box do you mean?
ghudson Registered User. Local time Today, 17:08 Joined Jun 8, 2002 Messages 6,193 Apr 19, 2004 #3 I am guessing that this is what you want... Hiding the MS Access Application Window Control Box
R rk2002 New member Local time Today, 22:08 Joined Mar 8, 2004 Messages 8 Apr 20, 2004 #4 I an't get it to work ghudson said: I am guessing that this is what you want... Hiding the MS Access Application Window Control Box Click to expand... I have as you said put the coding in a module. i am running the command from a comand button from a form. but vba doesn't even get pass Public Function EnableDisableControlBoxX(bEnable As Boolean, Optional ByVal lhWndTarget As Long = 0) As Long it gives me a compile error on that line telling me that the sub or function is not defined.! Any suggestions????
I an't get it to work ghudson said: I am guessing that this is what you want... Hiding the MS Access Application Window Control Box Click to expand... I have as you said put the coding in a module. i am running the command from a comand button from a form. but vba doesn't even get pass Public Function EnableDisableControlBoxX(bEnable As Boolean, Optional ByVal lhWndTarget As Long = 0) As Long it gives me a compile error on that line telling me that the sub or function is not defined.! Any suggestions????