Torna al Thread

Dim m As Form = New Form Dim m2 As Form = New Form m2.Show() m.Location = New Point(Screen.AllScreens(0).WorkingArea.Left, Screen.AllScreens(0).WorkingArea.Top) m2.Location = New Point(Screen.AllScreens(1).Bounds.Left, Screen.AllScreens(1).Bounds.Top)
Copyright © dotNetHell.it 2002-2025
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5