Link to home
Start Free TrialLog in
Avatar of kishor33
kishor33

asked on

Administrative power to an application

I have developed a VB5 application, now I want to run the programme as a Windows-NT service so that the programme gets the administrative power irrespective of the fact that who is running the programme. The idea is that any user can access a data file which is only accessable to administrator through the programme.
ASKER CERTIFIED SOLUTION
Avatar of cognition
cognition

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kishor33
kishor33

ASKER

Your solution seems to be alright but from where i can get the NTService control.
The control is provided as part of MSDN.
The second article includes code that will allow you to program the service in VB.