PDA

View Full Version : GPRS connection bubble in WM2003


Pope
08-12-2003, 07:16 PM
Hi all

I've been told that in WM2003, it's possible to programmatically create a GPRS connection using the connection manager API while supressing the GPRS connection bubble.

This is exactly what I need to do, but I have not been able to find out how to do it - been trawling through the msdn site for hours! Does anyone know how to do this?

Cheers

Richard <><

Pope
09-12-2003, 06:32 PM
OK - well i've managed to suppress the connecting balloon now by using the priority CONNMGR_PRIORITY_HIPRIBKGND but I haven't managed to suppress the balloon which pops up if the connection fails...

Any ideas anyone?

benclewett
10-12-2003, 12:49 PM
You can set this from Settings -> Sounds -> Notifications. There is a CCheckbox for 'Display message on screen' for event 'Connection Established'. Therefore there must be a registry setting.

I think this is in the Registry under:

\HKCU\ControlPannel\Notification\{8ddf46e7-5ded-4750-9e58-afc6ce486d03}\Options

Options = 0, no popup.
Options = 8, do popup.

But this is not tested!!

Ben

Pope
10-12-2003, 01:13 PM
Unfortunately, while this may suppress the "Connected" pop up, it doesn't suppress the "Cannot Connect" pop-up!

Thanks for the idea tho!

PeteH_uk
08-08-2006, 03:22 PM
can anyone advise if a resolution to this was ever found? (running ppc2003se)