Results 1 to 5 of 5

Thread: [2005] Enable Application Framework from Empty Project

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2006
    Location
    Surabaya, Indonesia
    Posts
    163

    [2005] Enable Application Framework from Empty Project

    When I start a new project, and I select an empty project, I can't check "Enable Application Framework" in project properties even after I add a new form.

    How can I re-enable this option?

    Also, I can't add application event with this. Is there a way to enable this?

    Thanks,

    Michael
    Check my Blog at VB Corner,Component Crafts

  2. #2
    Frenzied Member
    Join Date
    Aug 2006
    Posts
    1,051

    Re: [2005] Enable Application Framework from Empty Project

    Look In Solution Explorer:

    Project Name...
    My Project...
    Application.myapp...
    Application.Designer.vb...

    Does the designer even exist?

    If not then I would guess that you can't change it.

    Edit: But I've never used an empty project before so I can't help you any further than to tell you that if the Application.Designer.vb file doesn't exist - you obviously can't change it. Maybe you can create it, I don't know.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Sep 2006
    Location
    Surabaya, Indonesia
    Posts
    163

    Re: [2005] Enable Application Framework from Empty Project

    It does not exist. That's why I can't insert any application event code from project properties. Is there any way to add it manually?

    The empty project didn't contain any resource or setting file, but I can add them later. But I can't find any way to add application event.

    So, anyone ?
    Check my Blog at VB Corner,Component Crafts

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

    Re: [2005] Enable Application Framework from Empty Project

    Create a new Windows Application project and import your existing classes.
    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

  5. #5
    Frenzied Member
    Join Date
    Aug 2006
    Posts
    1,051

    Re: [2005] Enable Application Framework from Empty Project

    Deleted.
    Last edited by FourBlades; Jun 11th, 2007 at 01:45 AM.

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