https://accesstr.net/konu-access-pencere...zleme.html
adresdeki 3adımıda denedim fakat açılışda resimdeki gibi hata alıyorum sürekli
Son Düzenleme: 18/01/2016, 14:28, Düzenleyen: emre_0147.
#If VBA7 Then
Private Declare PtrSafe Function apiShowWindow Lib "user32" Alias "ShowWindow" (ByVal hwnd As Long, ByVal nCmdShow As Long) As Long
#Else
Private Declare Function apiShowWindow Lib "user32" Alias "ShowWindow" (ByVal hwnd As Long, ByVal nCmdShow As Long) As Long
#End If