Compare commits

..

1 Commits
v1.01 ... v1.02

Author SHA1 Message Date
Pete Batard
c6ac4acc4a Fix dialog not appearing on top when launched
* For ye who might be looking for this important piece of information:
  In System.Windows.Windows, the equivalent of System.Windows.Forms.Add_Shown()
  is System.Windows.Windows.Add_Loaded(). You can thank me later...
2019-03-06 18:11:12 +00:00

View File

@@ -1,5 +1,5 @@
#
# Fido v1.01 - Retail Windows ISO Downloader
# Fido v1.02 - Retail Windows ISO Downloader
# Copyright © 2019 Pete Batard <pete@akeo.ie>
# ConvertTo-ImageSource: Copyright © 2016 Chris Carter
#
@@ -692,6 +692,7 @@ if (-not $PipeName) {
}
# Display the dialog
$XMLForm.Add_Loaded( { $XMLForm.Activate() } )
$XMLForm.ShowDialog() | Out-Null
# Clean up & exit