global const sw_hide = 0
global const sw_shownormal = 1
global const sw_showminimized = 2
global const sw_showmaximized = 3
declare function showwindow lib "user32" (byval hwnd as long, byval ncmdshow as long) as long
function fsetaccesswindow(ncmdshow as long)
' 使用举例
' 最大化 access 窗口
' ?fsetaccesswindow(sw_showmaximized)
' 最小化 access 窗口
' ?fsetaccesswindow(sw_showminimized)
' 隐藏 access 窗口
' ?fsetaccesswindow(sw_hide)
' 正常显示 access 窗口
' ?fsetaccesswindow(sw_shownormal)
'
dim lox as long
dim loform as form
on error resume next
lox = showwindow(hwndaccessapp, ncmdshow)
err.clear
fsetaccesswindow = (lox <> 0)
end function
Java Asp PHP .Net XML C/C++ CGI VB Jsp J2ee J2se J2me EJB Servlet Tomcat Resin Struts Weblogic Eclipse ANT GUI JMS Web servise IDEA Webphere Hibernate Spring Jboss Applet Swing Socket Javamail Perl Ajax P2P 安全 模式 框架 测试 开源 游戏
Windows XP Windows 2000 Windows 2003 Windows Me Windows 9.x Linux UNIX 注册表 操作系统 服务器 应用服务器