DWPublishForm frm = new DWPublishForm();
                frm.IsAutoUpdate = true;
                frm.ShowInTaskbar = false;
                frm.FormBorderStyle = FormBorderStyle.None;
                frm.WindowState = FormWindowState.Minimized;
                frm.Location = new System.Drawing.Point(-1000, -1000);
                frm.Size = new System.Drawing.Size(0, 0);
                frm.Visible = false;
                frm.Show();
                frm.UpdateData();
                frm.Close();

 

相关文章:

  • 2021-12-29
  • 2022-12-23
  • 2022-12-23
  • 2022-01-03
  • 2021-07-18
  • 2021-07-15
  • 2022-01-03
猜你喜欢
  • 2022-12-23
  • 2022-03-07
  • 2021-08-19
  • 2021-06-08
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案