Posted By

coresystems on 05/17/11


Tagged

coresuite CSC cocu


Versions (?)

CSC:Create New Form :0001


 / Published in: C#
 

Create New Form

  1. Form form = Form.CreateNewForm("Form_Name", SwissAddonFramework.Utils.UniqueStringGenerator.Next());
  2. form.Height = 450; form.Width = 510; // update form position
  3. form.Value = "Update UDFs"; // update form title

Report this snippet  

You need to login to post a comment.