Khalid_Afridi
Registered User.
- Local time
- Tomorrow, 02:58
- Joined
- Jan 25, 2009
- Messages
- 491
Hi Friends!
Anybody knows how to Disable X button on a Form with win64bit configuration (API call)?
The following API call is not working with 64 bit.
I am using Ms-Access 2010 with 64 bit configuration - windows 7.
Thanks in advance.
Anybody knows how to Disable X button on a Form with win64bit configuration (API call)?
The following API call is not working with 64 bit.
Code:
Option Explicit
Private Declare Function GetSystemMenu Lib "user32" _
(ByVal hwnd As Long, _
ByVal bRevert As Long) As Long
.
.
.
.
.
I am using Ms-Access 2010 with 64 bit configuration - windows 7.
Thanks in advance.