Click to See Complete Forum and Search --> : code reuse


shaminda
August 13th, 2001, 07:25 AM
I need to write a program that prints a label when a certain number is reached. For example when count = 20, print label. I am planning to use this code in several other programs too. I will use 5 user inputs to print the label. I know how to write the code to print the label. What is the best way to tackle this problem?

ecannizzo
August 13th, 2001, 03:07 PM
I think the best way to do this, if you are going to share it, is to put it in a dll.

Erica