somesogoood

Tuesday, December 30, 2008

Upload speed is mainly affected by two factors

Upload speed is mainly affected by two factors:
1, network service providers set of factors, in addition to this you-for-service provider, nothing can be basic, and I use the foreign driveway.com, 2GB of free space. Fast.
2, is used by your service provider's network access bandwidth, such as: Telecom ADSL, Netcom, the length and width, which, if slow, and that network service providers set the pace again soon, also to no avail.

In addition: some network service providers and network disk service providers to respond to the rate of change as a result of the time change a lot, in general, the use of a small period of time, the fastest. Therefore, it was suggested that the use of in the dead of night.

Sunday, December 28, 2008

activex csharp c# .net web deploy

C + + commonly used in the Registerserver = Yes, a simple call to regsvr32 registration of C # to no avail. Therefore, we need to use the code to complete this work. Here, we resolve how to create a CAB file to the computer and layout. To this end, we first of all to create a COM interface with the c # application, the following simple example:

using System;
using System.Text;
using System.Windows.Forms;
using System.Collections.Generic;
using System.Runtime.InteropServices;
namespace DownloadedApp
{
[Guid("D1E40FCE-E964-4dfd-B07E-BDE49D3519A1")]
interface IDownload
{
void InvokeMethod();
}
///
/// COM exposed .NET class.
///
[ClassInterface(ClassInterfaceType.AutoDual)]
[Guid("A47C22B1-3CC3-45bc-801E-3FCC4FFD3E45")]
public class Download : IDownload
{
///
/// COM exposed .NET Method.
///
public void InvokeMethod()
{
MessageBox.Show("Clientside component invoked successfully!!",
"Clientside component", MessageBoxButtons.OK,
MessageBoxIcon.Information);
}
}
}

Now create a MSI installation, and the COM application is set to output projects.

need continue

more in http://lilyhealth.blogspot.com and http://lilyworldmeta.blogspot.com

Some interesting blog

Some interesting blog

http://lilyhealth.blogspot.com/

http://lilyworldmeta.blogspot.com/

http://somesogood.blogspot.com/

Saturday, December 27, 2008

About ActiveX step by step articles

About ActiveX step by step articles
http://www.codeproject.com/KB/cs/C__Deployment.aspx
http://www.codeproject.com/KB/miscctrl/exposingdotnetcontrols.aspx
http://www.codeproject.com/KB/COM/CompleteActiveX.aspx