Results 1 to 2 of 2

Thread: form to dll

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2004
    Location
    Kolkata, India
    Posts
    290

    form to dll

    Hi

    In VB.Net , How can i convert form to dll

    thanks

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

    Re: form to dll

    They are two completely different things. If you want a DLL then you need to create a project whose output is a class library. If you have an existing Windows Forms application project then you can change the output type in the project properties. If you're starting from scratch then you create a new project and select Class Library or Windows Control Library as the type. Both will output a DLL but the Windows Control Library has references to some required libraries that you'll have to add manually to a Class Library project.
    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