Create a Service from VB.NET Code
Mon, 2 May 2005 11:17:02 -0700
Here is what I have so far!
declare function OpenSCManager & CreateService in "advapi32.dll"
Ohandle = OpenSCManager(...
SHandle = CreateService(...
error = GetLasError( )
I am getting an "ERROR 126 The specified module could not be found."
Anybody have any examples on how to do this?
Help???? ...
|
what is myservices
Tue, 26 Apr 2005 11:39:44 +0100
Hi,
Sorry to appear dumb, but can anyone explain (or point me to a page that
explains) what "myservices" actually is? most of the posts here just seem to
be about windows services.
TIA
Andy
...
|
Service and NotifyIcon
Mon, 25 Apr 2005 09:01:35 +0200
Hello,
I have a service which starts an application with a NotifyIcon. When I start
the NotifyIcon from the service, the application starts but there is no
notifyicon. When I start the appication not from the service, the notifyicon
is shown. Where is the problem?
Thanks
Albert Krger
...
|
Service and EventLog
Mon, 25 Apr 2005 08:46:04 +0200
Hello,
I have a problem at a service with the log property of an EventLog. For some
weeks I write a little service which works fine. This service write to his
own event log entry. In the constructor of the service I have write
MyEventLog.Source = "MyService"
MyEventLog.Log = "MyLog"
Now I want to chang ...
|
Parches de microsoft
Thu, 21 Apr 2005 17:10:17 +0200
Me han mandado un parche por correo para mi windows pero no se si abrirlo, tengo miedo ^^ ...
|
service installed...but cannot see it in SCM
21 Apr 2005 07:51:12 -0700
I just created a small windows ervice app. in VB.NET.
I installed it using InstallUtil.exe. As far as I can tell, the
installation went fine. But when I open the Server Control Manager, I
do not see my service listed. ANy ideas why?
Here is the results of installing my service:
C:\CopyWebDatabases\Monitor ...
|
Parches de microsoft
Thu, 21 Apr 2005 15:43:43 +0200
Me han mandado un parche por correo para mi windows pero no se si abrirlo, tengo miedo ^^ ...
|
|
|
why service reference other project can not be debuged.
Wed, 20 Apr 2005 15:29:38 +0800
Hi all, i create a sevice programe using vb.net,all goes well but when
reference class from other project(dll), it can not be debuged, even can not
create text file
used as log.
Does anyone know the reason?Any help will be appreciated.
...
|
Balloon Tooltip for free
Tue, 19 Apr 2005 21:04:12 +0430
Professional Balloon Tool tip
download it for free:
http://www.freewebs.com/balloontooltip/
...
|
controlling windows service start and stop (shutdown) timeout
Tue, 19 Apr 2005 14:20:48 +0200
Hello,
Is there some way to control SCM timeout while starting or stopping a C#
windows service? I know I can work on a different thread and quickly return
from OnStart(), but I'd like my service to shutdown gracefully, and it takes
a long time to save all data while exiting.
Thanks for any help,
Jan
...
|