|
-
Apr 18th, 2004, 05:43 PM
#1
Thread Starter
Fanatic Member
Thanks. I had noticed that, but when I messed with it would not work. I basically removed that from the intial main form and then pasted it into the splash form and then selected the splash form as startup (now that it shows up). Here is a clip of the code relating to where it goes.
#region Windows Form Designer generated code
/// <summary>
Required method for Designer support - do not modify
/// the contents of this method with the code editor.
</summary>
///
[STAThread]
static void Main()
{
Application.Run(new frmSplash());
}
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.Size = new System.Drawing.Size(300,300);
this.Text = "frmSplash";
}
#endregion
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|