bubble when connect to internet

  • Thread starter Thread starter alf
  • Start date Start date
A

alf

how can i remove bubble while you are connecting to internet we are using
mobile 2003


thanks
 
You can hide this by establishing a connection using the Connection Manager
APIs with a priority of CONNMGR_PRIORITY_USERBACKGROUND or
CONNMGR_PRIORITY_HIPRIBKGND.
Unfortunately the current version of the OpenNETCF ConnectionManager classes
don't allow you to specify this but you could download the C# source and
alter it yourself to suit.

Peter
 
Thanks but i would like that mobile 2003 manage the connections because is
more easier when i invoke "http//..." automatically connect when will be
necessary only i would like hide or bring down this bubble
thanks
 
Go to Start -> Settings -> Personal -> Sounds & Notifications ->
Notifications. Select "Connection established" event and uncheck "Display
message on screen". This seems to stop the bubble from appearing while
connecting. Note that the user can still show the bubble manually by tapping
on the connectivity icon (two arrows when connected) at the top of the
screen.

If you need to set this up automatically, you must set the options in the
Registry:

[HKEY_CURRENT_USER\ControlPanel\Notifications\{8ddf46e7-56ed-4750-9e58-afc6c
e486d03}]
Options=dword:0

Hope that helps,
Darren
 
Hello Again

Darren´s procedure work well but only when connection have been successfully
if Cannot Connect appear the bubble and it is not good for me because there
are a lot of case cannot connect for direferent rease like coverage, network
problem etc.

I have downloaded source code and trie use connection manganer from
(opennetcf.org)but i try to use "priority" see (Peter Foot message) in api
but not work properly can anyone help me






Darren Beckley said:
Go to Start -> Settings -> Personal -> Sounds & Notifications ->
Notifications. Select "Connection established" event and uncheck "Display
message on screen". This seems to stop the bubble from appearing while
connecting. Note that the user can still show the bubble manually by tapping
on the connectivity icon (two arrows when connected) at the top of the
screen.

If you need to set this up automatically, you must set the options in the
Registry:

[HKEY_CURRENT_USER\ControlPanel\Notifications\{8ddf46e7-56ed-4750-9e58-afc6c
e486d03}]
Options=dword:0

Hope that helps,
Darren

alf said:
Thanks but i would like that mobile 2003 manage the connections because is
more easier when i invoke "http//..." automatically connect when will be
necessary only i would like hide or bring down this bubble
thanks




"Peter Foot [MVP]" <[email protected]> escribió en el mensaje
 
Back
Top