Home All Groups Group Topic Archive Search About
Author
21 Mar 2006 3:52 PM
Bryan Dickerson
How would I detect whether the XP ClipBook/ClipBoard service is available
and, if it's not, start it??

TIA!

--
TFWBWY...A

Author
18 Apr 2006 4:32 PM
Bryan Dickerson
Did anyone see this?  Or is it not possible?

Show quoteHide quote
"Bryan Dickerson" <txprp***@netscape.net> wrote in message
news:%23C1Z09PTGHA.424@TK2MSFTNGP12.phx.gbl...
> How would I detect whether the XP ClipBook/ClipBoard service is available
> and, if it's not, start it??
>
> TIA!
>
> --
> TFWBWY...A
>
Author
18 Apr 2006 11:26 PM
MikeD
"Bryan Dickerson" <txprp***@netscape.net> wrote in message
news:OLfnhWwYGHA.3880@TK2MSFTNGP04.phx.gbl...
> Did anyone see this?  Or is it not possible?
>
> "Bryan Dickerson" <txprp***@netscape.net> wrote in message
> news:%23C1Z09PTGHA.424@TK2MSFTNGP12.phx.gbl...
>> How would I detect whether the XP ClipBook/ClipBoard service is available
>> and, if it's not, start it??
>>

Sorry, I didn't see the original post.

In VB2005, I could tell you exactly how to do this. It's actually pretty
easy and the VB2005 help provides step-by-step instructions. With VB6 (or
under), I don't know. I suppose the Win32API. This should get you started:

http://msdn.microsoft.com/library/en-us/dllproc/base/services.asp

I can only suggest you browse through the documentation there.  However, it
looks like StartService, QueryServiceStatusEx, and EnumServicesStatusEx look
promising.

--
Mike
Microsoft MVP Visual Basic
Author
24 Apr 2006 8:10 PM
Bryan Dickerson
Thanx!

Show quoteHide quote
"MikeD" <nob***@nowhere.edu> wrote in message
news:OwzR29zYGHA.5004@TK2MSFTNGP02.phx.gbl...
>
> "Bryan Dickerson" <txprp***@netscape.net> wrote in message
> news:OLfnhWwYGHA.3880@TK2MSFTNGP04.phx.gbl...
>> Did anyone see this?  Or is it not possible?
>>
>> "Bryan Dickerson" <txprp***@netscape.net> wrote in message
>> news:%23C1Z09PTGHA.424@TK2MSFTNGP12.phx.gbl...
>>> How would I detect whether the XP ClipBook/ClipBoard service is
>>> available and, if it's not, start it??
>>>
>
> Sorry, I didn't see the original post.
>
> In VB2005, I could tell you exactly how to do this. It's actually pretty
> easy and the VB2005 help provides step-by-step instructions. With VB6 (or
> under), I don't know. I suppose the Win32API. This should get you started:
>
> http://msdn.microsoft.com/library/en-us/dllproc/base/services.asp
>
> I can only suggest you browse through the documentation there.  However,
> it looks like StartService, QueryServiceStatusEx, and EnumServicesStatusEx
> look promising.
>
> --
> Mike
> Microsoft MVP Visual Basic
>