diff --git a/LicenceBox/LicenceBoxV.xaml.vb b/LicenceBox/LicenceBoxV.xaml.vb index 3f423c7..480c5aa 100644 --- a/LicenceBox/LicenceBoxV.xaml.vb +++ b/LicenceBox/LicenceBoxV.xaml.vb @@ -41,5 +41,15 @@ Public Class LicenceBoxV MessageBox.Show("Licenza scaricata correttamente") End Sub + 'Private Sub Window_Activated(sender As Object, e As EventArgs) + ' Dim Window As Window = DirectCast(sender, Window) + ' Window.Topmost = True + 'End Sub + + 'Private Sub Window_Deactivated(sender As Object, e As EventArgs) + ' Dim Window As Window = DirectCast(sender, Window) + ' Window.Topmost = False + 'End Sub + End Class diff --git a/My Project/AssemblyInfo.vb b/My Project/AssemblyInfo.vb index 5719c6b..9ecef78 100644 --- a/My Project/AssemblyInfo.vb +++ b/My Project/AssemblyInfo.vb @@ -59,5 +59,5 @@ Imports System.Windows ' usando l'asterisco '*' come illustrato di seguito: ' - - + + diff --git a/NewLicencePage/NewLicencePageV.xaml b/NewLicencePage/NewLicencePageV.xaml index fe32e17..2f44dec 100644 --- a/NewLicencePage/NewLicencePageV.xaml +++ b/NewLicencePage/NewLicencePageV.xaml @@ -174,7 +174,7 @@ Text="{Binding NestKey, UpdateSourceTrigger=PropertyChanged, Mode=TwoWay}" Grid.Column="1" Grid.Row="5" - Style="{StaticResource ParameterTextBox}" TextWrapping="Wrap" AcceptsReturn="True" HorizontalContentAlignment="Left" Width="Auto" /> + Style="{StaticResource ParameterTextBox}" HorizontalContentAlignment="Left" Width="Auto" /> + Style="{StaticResource ParameterTextBox}" HorizontalContentAlignment="Left" Width="Auto" />