Hi All,
I need to create a dll for creating barcodes. I have the code already for the barcode portion but I have never created a dll so I don't even know where to start or how to modify what I already have.
What I'd like to do is pass the .dll a string containing the upc and the dll should return a bitmap of the barcode to the calling program.
Does anyone know where I can get a good tutorial on creating dlls? Or if someone can give me a quick outline as to what I will need, that would be great.
What I have already: a windows form where you input the upc and click a button. The program returns the bitmap to a picture box on the form.
Thanks,
prgmrgirl
I need to create a dll for creating barcodes. I have the code already for the barcode portion but I have never created a dll so I don't even know where to start or how to modify what I already have.
What I'd like to do is pass the .dll a string containing the upc and the dll should return a bitmap of the barcode to the calling program.
Does anyone know where I can get a good tutorial on creating dlls? Or if someone can give me a quick outline as to what I will need, that would be great.
What I have already: a windows form where you input the upc and click a button. The program returns the bitmap to a picture box on the form.
Thanks,
prgmrgirl