gpt4 book ai didi

vbscript - 如何使vbscript弹出消息始终在最上面?

转载 作者:行者123 更新时间:2023-12-02 19:52:09 25 4
gpt4 key购买 nike

有人知道如何使 vbscript 弹出消息/框“生成”在所有内容之上而不是在后台......?

这是我的脚本::)

Set objShell = WScript.CreateObject("WScript.Shell")
Const wshYes = 6
Const wshNo = 7
Const wshYesNoDialog = 4
Const wshQuestionMark = 32
intReturn = objShell.Popup("Vil du annulere shutdown?", _
20, "Shutdown om 5 minutter!", wshYesNoDialog + wshQuestionMark)
If intReturn = wshYes Then
Wscript.Echo "Shutdown annuleret."
objShell.Run "C:\ProgramData\AutoShutdown\Annuler.bat"
End If

非常不擅长vbscript,我只是在我的批处理程序中使用这个小部分。任何帮助表示赞赏!

最佳答案

只需添加vbSystemModal

    120, "Shutdown om 5 minutter!", wshYesNoDialog + vbSystemModal + wshQuestionMark)

关于vbscript - 如何使vbscript弹出消息始终在最上面?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30515121/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com