Click here to Skip to main content
15,914,452 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Serial Port 2.0 to 1.1 backward compatibility Pin
Dan Neely13-Jul-06 7:01
Dan Neely13-Jul-06 7:01 
GeneralRe: Serial Port 2.0 to 1.1 backward compatibility Pin
Dominick O'Dierno13-Jul-06 7:20
Dominick O'Dierno13-Jul-06 7:20 
GeneralRe: Serial Port 2.0 to 1.1 backward compatibility Pin
Dan Neely13-Jul-06 8:41
Dan Neely13-Jul-06 8:41 
GeneralRe: Serial Port 2.0 to 1.1 backward compatibility Pin
Dominick O'Dierno13-Jul-06 8:47
Dominick O'Dierno13-Jul-06 8:47 
AnswerRe: Serial Port 2.0 to 1.1 backward compatibility Pin
Kurt _B17-Jul-06 10:06
Kurt _B17-Jul-06 10:06 
GeneralRe: Serial Port 2.0 to 1.1 backward compatibility Pin
Dan Neely17-Jul-06 10:23
Dan Neely17-Jul-06 10:23 
QuestionWeb Services in .NET CF Pin
archies_san13-Jul-06 5:31
archies_san13-Jul-06 5:31 
AnswerRe: Web Services in .NET CF Pin
Mike Dimmick14-Jul-06 4:59
Mike Dimmick14-Jul-06 4:59 
You haven't said which versions of the Framework or which OS you're using. .NET Compact Framework 1.0 did not establish a network connection for you; CF 2.0 does, when using HttpWebRequest and web services, on Windows Mobile (2003 or 5.0). The exact behaviour depends on the URL you're using and the configuration of the unit. Generally speaking, the Connection Manager treats any URL with a dot in the host portion as being an Internet URL while URLs with no dot are considered to be Work URLs.

If you have a network card and its media is connected - associated for wireless network cards - then it will be used, if the setting at the top of the Wireless Network/Network Cards control panel (Start, Settings, Connection, Network Cards but some devices have Wireless Network) labelled 'My network card connects to' matches the URL. Otherwise, the Connection Manager will use any modem or cell network data connections set up in the Connections control panel. If required to connect to Work it may use a VPN connection if you configure one.

If you are currently connected to ActiveSync and ActiveSync's 'This computer is connected to' setting (in Connection Settings) matches the URL, Connection Manager will try to use the desktop pass-through. This does not work for all protocols.

Finally, Windows Mobile 5.0 disables all network connections - disconnecting from modems and cell data networks, and disabling network cards - when connected to ActiveSync. This was apparently a feature requested by some corporate customers and phone networks. There's no way to switch this off (that I have yet discovered).

Stability. What an interesting concept. -- Chris Maunder
Question1421 Control ID not found Pin
mmhu13-Jul-06 3:30
mmhu13-Jul-06 3:30 
QuestionCovert project from .Net to Visual Studio 2005 Pin
HarishDixit13-Jul-06 0:23
HarishDixit13-Jul-06 0:23 
AnswerRe: Covert project from .Net to Visual Studio 2005 Pin
Mike Dimmick13-Jul-06 4:09
Mike Dimmick13-Jul-06 4:09 
QuestionMissing Tab Pages Titles Pin
Aldrich Caw12-Jul-06 21:31
Aldrich Caw12-Jul-06 21:31 
AnswerRe: Missing Tab Pages Titles Pin
alexey N12-Jul-06 22:38
alexey N12-Jul-06 22:38 
GeneralRe: Missing Tab Pages Titles Pin
Aldrich Caw12-Jul-06 22:54
Aldrich Caw12-Jul-06 22:54 
GeneralRe: Missing Tab Pages Titles Pin
alexey N12-Jul-06 23:31
alexey N12-Jul-06 23:31 
GeneralRe: Missing Tab Pages Titles Pin
Aldrich Caw12-Jul-06 23:49
Aldrich Caw12-Jul-06 23:49 
QuestionMicrosoft content management server 2002 Pin
Kanjinghat12-Jul-06 19:46
Kanjinghat12-Jul-06 19:46 
QuestionHow to use functions in Win32 and COM Development environment?? [modified] Pin
mmhu12-Jul-06 9:27
mmhu12-Jul-06 9:27 
Questionoverriding interface functions Pin
mmhu12-Jul-06 5:51
mmhu12-Jul-06 5:51 
AnswerRe: overriding interface functions Pin
Jun Du12-Jul-06 7:10
Jun Du12-Jul-06 7:10 
GeneralRe: overriding interface functions Pin
mmhu12-Jul-06 9:21
mmhu12-Jul-06 9:21 
QuestionComboBox Custom OnPaint Pin
--Ian12-Jul-06 5:02
--Ian12-Jul-06 5:02 
AnswerRe: ComboBox Custom OnPaint Pin
Dave Kreskowiak12-Jul-06 5:16
mveDave Kreskowiak12-Jul-06 5:16 
GeneralRe: ComboBox Custom OnPaint Pin
--Ian12-Jul-06 6:42
--Ian12-Jul-06 6:42 
GeneralRe: ComboBox Custom OnPaint Pin
Dave Kreskowiak12-Jul-06 12:09
mveDave Kreskowiak12-Jul-06 12:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.