Results 1 to 4 of 4

Thread: How to create Module in VB.NET?

  1. #1
    Join Date
    Jan 2009
    Posts
    18

    How to create Module in VB.NET?

    Hello,

    I want to create a module in Vb.NET & need help for the same!

    Regards,

  2. #2
    Join Date
    May 2008
    Posts
    44

    Re: How to create Module in VB.NET?

    I have always used modules both in VB 6 and VB.NET. in VB6, they were a great way to create static class like functions so that you could just call a method without needing to create an instance of an object and worry whether it's instantiated or not and all that other crap.

    In VB.NET it's roughly the same idea. Use modules as a way to group/organize methods that are more utility methods than part of a class.

  3. #3
    Join Date
    May 2008
    Posts
    115

    Re: How to create Module in VB.NET?

    Creating Custom Modules

    You can learn creating a module in VB.NET on your own!

    I hope this helps ask me if you don't understand any concept!

  4. #4
    Join Date
    Jun 2008
    Posts
    97

    Re: How to create Module in VB.NET?

    start a new project. Add a button to you new form. To add a Module to your project, click Project from the menu bar. From the from down menu, click on "Add Module":
    When you click "Add Module", you'll get the following dialogue box popping up:
    Select Module from the Templates window. Type a name for your new module - modVerify.vb. When you've typed a name, click the Open button.
    You'll should see a blank window
    If you take a look at the Solutions Explorer on the right, you should see that your new module is listed:

    Hope this helps!

Similar Threads

  1. Replies: 7
    Last Post: 11-01-2014, 06:52 PM
  2. How to use GPS module IN MSI?
    By Ramanujan in forum Portable Devices
    Replies: 8
    Last Post: 15-11-2011, 08:48 AM
  3. Replies: 5
    Last Post: 08-10-2011, 04:08 PM
  4. How to create custom module for PHP-Nuke portal system
    By Betelgeuse in forum Software Development
    Replies: 6
    Last Post: 11-01-2011, 03:28 PM
  5. CI / CA module
    By Quattro in forum Hardware Peripherals
    Replies: 3
    Last Post: 27-10-2008, 07:01 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,657,598.35366 seconds with 17 queries