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 :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.
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 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