this.Location = new System.Drawing.Point(Screen.PrimaryScreen.Bounds.Width - this.Width, Screen.PrimaryScreen.Bounds.Height - 100);
for (int = 0< Screen.PrimaryScreen.Bounds.Height; i++
)
{
    
this
.Show();
    
for (int = 0< 1000000j++
;
    
this.Location = new System.Drawing.Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height -
 i);
    
this
.Show();
    
if (i == this.Height + 30
)
    {
        
for (int = 0< this.Height; k++
)
        {
            
for (int = 0< 10000000j++
;
            
this.Location = new System.Drawing.Point(this.Location.X, this.Location.Y +
 k);
        }
        
this
.Close();
        
break
;
    }
}


直接放在Form_Load里



相关文章:

  • 2021-10-02
  • 2021-11-14
  • 2021-11-25
  • 2022-12-23
  • 2022-02-24
  • 2022-02-01
猜你喜欢
  • 2021-11-12
  • 2022-01-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-18
相关资源
相似解决方案