windows registries :how to?

Dear All,

I am writing an application that I want should be loaded at the bootup process in all version of windows.My understanding is that I need to make changes in the HKEY_LOCAL_USER\software\microsoft\windows\currentcontrolset\run registry. But if I want that this particular application should load only after a particular application(some third party software which also loads at bootup) has been loaded then how should I achieve this. Please help me out.

thanks in advance,
Abhishek

***********************************************************************
Abhishek Rastogi
Software Engineer
National Semiconductor -India Design Centre
7/6 Brunton Road
Bangalore - 560025
India
Ph - 5587918 - 20, Ext. - 111
Email - xxxxx@india.nsc.com
My URL : www.geocities.com/rastogi_abhi
***********************************************************************


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Hello,

In your application, before you do any processing (say
at the beginning of WinMain) you can wait till the
third party application loads up. The wait can be
done, by either using FindWindow on the main window of
third party application OR by enumerating processes in
a loop and checking if third party application is
loaded.

Hope this helps.

-Prasad

— abhishek rastogi
wrote:
> Dear All,
>
> I am writing an application that I want should be
> loaded at the bootup process in all version of
> windows.My understanding is that I need to make
> changes in the
>
HKEY_LOCAL_USER\software\microsoft\windows\currentcontrolset\run
> registry. But if I want that this particular
> application should load only after a particular
> application(some third party software which also
> loads at bootup) has been loaded then how should I
> achieve this. Please help me out.
>
> thanks in advance,
> Abhishek
>
>
>

> Abhishek Rastogi
> Software Engineer
> National Semiconductor -India Design Centre
> 7/6 Brunton Road
> Bangalore - 560025
> India
> Ph - 5587918 - 20, Ext. - 111
> Email - xxxxx@india.nsc.com
> My URL : www.geocities.com/rastogi_abhi
>

>
>
>
>
>
>
>
>
> —
> You are currently subscribed to ntdev as:
> xxxxx@yahoo.com
> To unsubscribe send a blank email to
> leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com