Results 1 to 2 of 2

Thread: Easy tool

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2000
    Location
    jerusalem
    Posts
    72

    Easy tool

    Hi!
    How can I create a function/property/sub
    like VB6: Tools--> Add Procedures
    Thank you

  2. #2
    Member EagleEye's Avatar
    Join Date
    May 2002
    Location
    South Carolina, USA
    Posts
    43
    Add a module to your project.

    VB Code:
    1. Public Function MyFunc(ByVal str as String)
    2.  
    3. 'Code Goes Here
    4.  
    5. End Function
    Eagle Eye

    "Programming is easy ... when you are done."

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