G
Gary
I am using VS.Net 2002 with windows 2000 advanced server and windows 2000
professional. I have a requirement to use windows service with a GUI.
I want to show my own User Interface(Dialog) to get user input, before
windows login screen. For that I have created a windows service, in the
onstart event of this service, I am calling a vb.net exe, which has windows
form. But it throws error bcoz of the form. I even tried by calling a vb.net
dll from windows service with a msgbox in the dll ,i am getting the same
problem.
During this error, the DEBUG points to the form in the code.
Can someone please suggest a solution.
TIA,
Gary
professional. I have a requirement to use windows service with a GUI.
I want to show my own User Interface(Dialog) to get user input, before
windows login screen. For that I have created a windows service, in the
onstart event of this service, I am calling a vb.net exe, which has windows
form. But it throws error bcoz of the form. I even tried by calling a vb.net
dll from windows service with a msgbox in the dll ,i am getting the same
problem.
During this error, the DEBUG points to the form in the code.
Can someone please suggest a solution.
TIA,
Gary