Hi!
How can I create a function/property/sub
like VB6: Tools--> Add Procedures
Thank you
Printable View
Hi!
How can I create a function/property/sub
like VB6: Tools--> Add Procedures
Thank you
Add a module to your project.
VB Code:
Public Function MyFunc(ByVal str as String) 'Code Goes Here End Function