Re: exe vb = service xp
- From: "Mark Yudkin" <DoNotContactMe@xxxxxxxxxxxxxx>
- Date: Sun, 18 May 2008 11:08:51 +0200
VB Exes do not understand the service API, so that they misbehave when
installed via little process wrappers. In NT4 days, there were some OCX's
that you could use to create a service, but although these worked, it was
still rather a hit and miss affair for full functionality.
With Windows 2000, MS introduced COM+, which made coding and installing a
full function service in VB6 absolutely trivial, but for some reason, many
VB6 coders seem not to know COM+. So unless you're coding for NT4, I suggest
you look up some articles on COM+ coding. Once you understand the basics,
you'll find that it really is trivial, and the result works on 2000 / XP /
2003 and Vista.
"aa" <aa@xxxxxx> wrote in message
news:O5hkRhJsIHA.552@xxxxxxxxxxxxxxxxxxxxxxx
Hello,is possible add an exe make in vb to the list of services of xp ???
And mark the service for not down ???
Thanks in advance.
.
- References:
- exe vb = service xp
- From: aa
- exe vb = service xp
- Prev by Date: Re: API to return a folder's type: <SYMLINKD> or <JUNCTION>
- Next by Date: Is there a message for ListView equivalent to LB_SETTOPINDEX for ListBox?
- Previous by thread: Re: exe vb = service xp
- Next by thread: Re: CreateProcessAsUser for creating processes without Vista UAC p
- Index(es):
Relevant Pages
|