Hi Everyone,

I have a problem about ntsvc.ocx.

Although the program is running already, the service and all... the account that executed it is the system account.

I have a part in it where it prints some data to the printer...
the printer is from the network... etc etc.

Now, previously I had some really weird problems regarding connecting to the printer.. and I have found out that there is no printer driver installed for the SYSTEM user.. only in my current user account.

and since the service is run by the SYSTEM user, naturally there is no available printer for it.

So the solution is either to install the driver to the System or make the Service run by the current user which has probably the right printer installed.

Anyone please help badly... How do I go about both problems... ???