T
TClancey
Hi all. I hope someone can give me a few pointers on 'best practice' for an
app I'm about to start.
I'm writing a small and simple label design application, users will define
text fields on the label in a GUI, some data may come from a database.
The application will be able to connect to any standard database in time,
but for the time being it's access.
I will need to 'bolt' this application into many other applications as time
goes by, these applications will all require label printing functionality,
but I don't want to include the designer code everytime, so I'll just add
the EXE and DLL's required to the install set.
The problem starts when the user actually wants to print a label. I don't
want the designer to load, so I need something sitting in the background
that will pick up the print instructions.
I'm thinking that I need a seperate EXE that will poll a folder location for
print requests, or create a service that will do the polling.
Where my knowledge ends is passing data to an EXE or a Service, not
something I have had to do before.
Can anyone share any experiences of this kind of thing?
Cheers,
Tull.
app I'm about to start.
I'm writing a small and simple label design application, users will define
text fields on the label in a GUI, some data may come from a database.
The application will be able to connect to any standard database in time,
but for the time being it's access.
I will need to 'bolt' this application into many other applications as time
goes by, these applications will all require label printing functionality,
but I don't want to include the designer code everytime, so I'll just add
the EXE and DLL's required to the install set.
The problem starts when the user actually wants to print a label. I don't
want the designer to load, so I need something sitting in the background
that will pick up the print instructions.
I'm thinking that I need a seperate EXE that will poll a folder location for
print requests, or create a service that will do the polling.
Where my knowledge ends is passing data to an EXE or a Service, not
something I have had to do before.
Can anyone share any experiences of this kind of thing?
Cheers,
Tull.