i want to add a page or form that will came first of all other pages like in photoshop or coral startup page came before the application comes.help with codeing
thanks
thanks
private void Form1_Load(object sender, EventArgs e) { this.FormBorderStyle = FormBorderStyle.None; }
Comment