|
-
May 19th, 2019, 06:09 PM
#1
Thread Starter
Hyperactive Member
Re: Choose which window to open
What am I looking for in that file?
-
May 19th, 2019, 06:40 PM
#2
Re: Choose which window to open
 Originally Posted by jokerfool
What am I looking for in that file?
Have you looked? There's only one mention of a form in that file.
Something called Splash.cs is a code file, not a form. The form definition is in that file and that class is likely named Splash. Likewise, the MainForm.cs file likely contains a form class definition named MainForm. Have you looked in the Main method in the Program.cs file, which contains the Program class, for any reference to MainForm?
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
|