'注:窗体的“弹出”及“模式”属性必须设为“是”,否则就什么都看不到,要按Ctrl+Alt+DEl来找到"MsAccess.exe"结束任务才可以再打开。 '//ShowWindow flags Private Const SW_HIDE = 0 Private Const SW_SHOWNORMAL = 1 Private Const SW_SHOWMINIMIZED = 2 Private Const SW_SHOWMAXIMIZED = 3 'sets the specified window's show state. Private Declare Function apiShowWindow Lib "user32" _ Alias "ShowWindow" _ (ByVal hwnd As Long, _ ByVal nCmdShow As Long) _ As Long Function fSetAccessWindow(nCmdShow As Long) |
|站长邮箱|小黑屋|手机版|Office中国/Access中国
( 粤ICP备10043721号-1 )
GMT+8, 2025-5-19 07:26 , Processed in 0.080974 second(s), 16 queries .
Powered by Discuz! X3.3
© 2001-2017 Comsenz Inc.