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

PowerShell GUIs • Animated Gif in powershell form

$
0
0
Hi,

I try to put an animated Gif in a powershell form.
All is ok if nothing run. But when the application is processing the gif is freezing.
example :

Code:

$Button_Connexion_Click = {
$PictureBox_SpinnerUpdate.Visible = $true
connect-viserver -server [servername] -credentials (get-credentials)
connect-mysqldatabase -server [servername] -databasename [bd_name] -credentials (get-credentials)
$PictureBox_SpinnerUpdate.Visible = $false
}
powershell version : 5.1
Powershell studio version : powershell studio 2024 version 5.8.245
OS : windows server 2022 / windows 11

Thanks for your answer,
Best regards.

Statistics: Posted by yves22 — Tue Jul 30, 2024 2:53 am



Viewing all articles
Browse latest Browse all 512

Trending Articles