From: Vitalie Vrabie on 5 Feb 2010 03:46 is it possible to make an interactive notification to the user from within a NDIS IM? i mean something like a baloon in the notification area ("tray"). and, if possible, start an executable if the user clicks the baloon. if yes - how?
From: Vitalie Vrabie on 5 Feb 2010 04:14 On Feb 5, 10:46 am, Vitalie Vrabie <vitalie.vra...(a)gmail.com> wrote: > is it possible... i know i can write my own service to poll/callback on the driver and pop up the baloons. but there are chances that such a service already exists in the system and i just have to teach my driver to interact with it. after all, there's something that pops up baloons when an ethernet cable is pulled off, right?
From: Maxim S. Shatskih on 5 Feb 2010 07:23 > is it possible to make an interactive notification to the user from > within a NDIS IM? Write a user app which will respond to WMI events from your IM. -- Maxim S. Shatskih Windows DDK MVP maxim(a)storagecraft.com http://www.storagecraft.com
From: Pavel A. on 6 Feb 2010 17:43 "Vitalie Vrabie" <vitalie.vrabie(a)gmail.com> wrote in message news:1f6c94d1-a8ba-427c-b8e6-0765c060c57b(a)q16g2000yqq.googlegroups.com... > On Feb 5, 10:46 am, Vitalie Vrabie <vitalie.vra...(a)gmail.com> wrote: >> is it possible... > > i know i can write my own service to poll/callback on the driver and > pop up the baloons. > > but there are chances that such a service already exists in the system > and i just have to teach my driver to interact with it. > after all, there's something that pops up baloons when an ethernet > cable is pulled off, right? In WinXP, Explorer can pop up message from any driver (IoRaiseInformationalHardError with some status codes) but AFAIK this does not work since Vista. Microsoft giveth, and then taketh away. Regards, --pa
|
Pages: 1 Prev: Win7 usb performance lower than XP Next: latest nvidia drivers knock out Aero in win 7 |