Quantcast
Channel: SAPIEN Forums
Viewing all articles
Browse latest Browse all 546

PowerShell GUIs • Re: Confirmation challenge

$
0
0
I use an old com object to display popups:

Code:

$wshell = New-Object -ComObject Wscript.Shell$wshell.Popup($Message, $Time, $Title, $ButtonValue + $iconValue)
Google that and you will get the object use.

Statistics: Posted by Lembasts — Sun Apr 28, 2024 4:35 pm



Viewing all articles
Browse latest Browse all 546

Trending Articles