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
Public Function MyFunc(ByVal str as String) 'Code Goes Here End Function
Eagle Eye "Programming is easy ... when you are done."
Forum Rules