-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
PowerShell_Scripts/Invoke-BalloonTip.ps1
Line 46 in 65d0ac8
| [System.Windows.Forms.ToolTipIcon]$MessageType="Info", |
This object type doesn't work here. The assembly is loaded later so this produces an error.
To resolve just remove this from the parameter as the object type is set later in this line
PowerShell_Scripts/Invoke-BalloonTip.ps1
Line 78 in 65d0ac8
| $balloon.BalloonTipIcon = [System.Windows.Forms.ToolTipIcon]$MessageType |
Metadata
Metadata
Assignees
Labels
No labels