porting to windows mobile 5.0

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi,

I'm new in CF. I want to port a source code to windows mobile 5.0. Could i
use following namespaces in CF ?

using System;

using System.Threading;

using System.Net;

using System.Text;

using System.Text.RegularExpressions;

using System.Reflection;

using System.IO;

using System.Security;

using System.Security.Permissions;

using System.Xml;

using System.Diagnostics;

using System.Collections;

using System.Collections.Generic;

using System.Collections.Specialized;

using System.Security.Principal;

using System.Security.Policy;

using Microsoft.Win32;

using System.Net.Sockets;

using System.Net.NetworkInformation;
 
Back
Top