Added ico
This commit is contained in:
parent
9a26108720
commit
d89815738a
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ $form.Size = New-Object System.Drawing.Size(320, 160)
|
||||||
$form.StartPosition = "CenterScreen"
|
$form.StartPosition = "CenterScreen"
|
||||||
$form.Topmost = $true
|
$form.Topmost = $true
|
||||||
$form.KeyPreview = $true
|
$form.KeyPreview = $true
|
||||||
$form.Icon = New-Object System.Drawing.Icon("C:\Path\To\Icon.ico")
|
$form.Icon = New-Object System.Drawing.Icon("https://git.questcomputers.be/quest-scripts/scripts/raw/branch/main/assets/logo.ico")
|
||||||
|
|
||||||
# Form label
|
# Form label
|
||||||
$lbl = New-Object System.Windows.Forms.Label
|
$lbl = New-Object System.Windows.Forms.Label
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue