发新话题
打印

请问如何关掉应用程序?

请问如何关掉应用程序?

我用JumpOutReturn打开一个应用程序,请问如何在AuthorWare里关掉它???

TOP

请问如何关掉应用程序?

看下我主页中的"打开一次"的例子

TOP

请问如何关掉应用程序?

对不起,你的主页无法访问呀.还有其他的链接吗/

TOP

请问如何关掉应用程序?

找WINAPI中有函数关闭窗口。只需获得其窗口句柄就可以了。

TOP

请问如何关掉应用程序?

试一试buddy api中的
CloseWindow
描述:   关闭指定的window
用法:   Result = baCloseWindow( WinHandle )
变量:   整型
        winHandle 是关闭窗口的句柄
返回值: 整型
        1是成功0为失败
示例:   Director:
set OK = baCloseWindow( WinHandle )
Authorware:
OK := baCloseWindow( WinHandle )

TOP

请问如何关掉应用程序?

谢谢各们大虾,我今天试一下。

TOP

发新话题