if your driver does not have a way to communicate to some
sort of user mode interface/application, then you have to write
a backgrounding application that receives Device Notifications
and ceates on device arrival a notification icon in the tray. The
Windows API comes with two API Functions that will help
you here: Shell_NotifyIcon(...) and RegisterDeviceNotification(...)
You also could write some Kernel Code, but if this is the only
requirement, displaying an icon in the tray and a tooltip,...this
usermode approach is sufficient,...
These are your friends:
RegisterDeviceNotification(...)
Shell_NotifyIcon(...)
See MSDN for more Information,...
There are tons of examples out there,...
Regards
Kerem
--
-----------------------
Beste Grüsse / Best regards / Votre bien devoue
Kerem Gümrükcü
Microsoft Live Space: http://kerem-g.spaces.live.com/
Latest Open-Source Projects: http://entwicklung.junetz.de
-----------------------
"This reply is provided as is, without warranty express or implied."
"Electronic75" <Electr...@discussions.microsoft.com> schrieb im
Newsbeitrag news:070FFF26-5BE9-46CA...@microsoft.com...
thanks a lot again
Best regards,
>Sorry you have mention it shell_notifyicon
>I was too excited about a response that I didn't look carefully.
>thanks a lot !
You are welcome,...
>god bless you!
I really need it, i am/got very ill,....looks bad for me,...:(
>I wish you the best in your life!
Thanks,...
Regards
Kerem
--
-----------------------
Beste Grüsse / Best regards / Votre bien devoue
Kerem Gümrükcü
Microsoft Live Space: http://kerem-g.spaces.live.com/
Latest Open-Source Projects: http://entwicklung.junetz.de
-----------------------
"This reply is provided as is, without warranty express or implied."
"Electronic75" <Electr...@discussions.microsoft.com> schrieb im
Newsbeitrag news:CACA9152-2D05-4F79...@microsoft.com...