Maybe you can set the missing drive to start as System instead of Automatic.
"Jan Harman" <Jan
(E-Mail Removed)> ha scritto nel messaggio
news:7C24E469-BE0C-4BBE-8BBB-(E-Mail Removed)...
> Thank you for your replies.
> I solved it this way:
> After winlogon ("Welcome") disappears, windows send to my app message 136
> (WM_SYNCPAINT). After I receive this message, I can continue running my
> app.
> Then I redirect messages to default WndProc. Is seems to work correctly.
> Regards
> Jan
>
> "Jan Harman" wrote:
>
>> Hello!
>> I use my application as shell. Problem is, that application starts about
>> 25
>> seconds before booting is done. So, some drivers are still not installed
>> and
>> application does not start correctly. Can I check some system variable
>> when
>> booting is completly done?
>> Thank you.
>> Honza