Chinaunix

标题: 請問Win32 GUI如何將程序隱藏,不在工具列顯示? [打印本页]

作者: lokchungk    时间: 2008-08-26 19:51
标题: 請問Win32 GUI如何將程序隱藏,不在工具列顯示?
請問怎樣能令程序不在工具列中顯示?
就像VC++中的ShowInTaskBar  False那樣

$main = Win32::GUI::Window->new(
                -name => 'Main',
                -width => 400,
                -height => 100,
                -sysmenu => 0,
);

sysmenu => 0 不能隱藏
到底是怎樣

[ 本帖最后由 lokchungk 于 2008-8-27 23:12 编辑 ]
作者: forlorngenius    时间: 2008-08-26 21:14

作者: lokchungk    时间: 2008-08-28 11:09
翻閱了眾文檔,
終於給我發現了這一句
To remove the window's icon from the taskbar, it is necessary to diable the window as well
作者: lokchungk    时间: 2008-11-19 23:40
http://www.perlmonks.org/?node_id=422068
作者: flw    时间: 2008-11-20 09:00
搞成 dialog 就可以了。以前搞过的。

[ 本帖最后由 flw 于 2008-11-20 09:02 编辑 ]




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2