March 2005 - Posts

VPC Tip
24 March 05 07:20 PM
You can redirect the My Virtual Machines folder (usually in My Documents ) by setting the environment variable myvirtualmachines to the desired path. Read More...
Postedby giuliov | 0 Comments    
Filed under:
HOWTO: Setup for SmartPhone Development (UPDATED)
23 March 05 11:49 AM
The right installation sequence for using both managed and unmanaged: Active Sync 3.8 eMbedded Visual C++® 4.0 with Service Pack 2 eMbedded Visual C++® 4.0 Service Pack 4 Visual Studio .NET 2003 choose Mobile / CompactFramework Pocket PC 2003 SDK Smartphone Read More...
Postedby giuliov | 1 Comments    
Filed under:
HOWTO: Using IE proxy settings (including credentials!)
23 March 05 11:40 AM
Very easy but hard to find. System.Web.Services.Protocols.SoapHttpClientProtocol proxy = ... System.Net.WebProxy ieProxy = System.Net.WebProxy.GetDefaultProxy(); if (ieProxy != null && ieProxy.Address != null ) { ieProxy.Credentials = System.Net.CredentialCache.DefaultCredentials; Read More...
Postedby giuliov | 1 Comments    
Filed under:

This Blog

Syndication

Page view tracker