Results 1 to 15 of 15

Thread: Choose which window to open

Hybrid View

  1. #1

    Thread Starter
    Hyperactive Member jokerfool's Avatar
    Join Date
    Dec 2006
    Location
    Gold Coast, Australia
    Posts
    452

    Re: Choose which window to open

    What am I looking for in that file?

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Re: Choose which window to open

    Quote Originally Posted by jokerfool View Post
    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?
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width