Welcome to Foxite.COM Community Weblog Sign in | Join | Help

June 2008 - Posts

I need to resize user provided image using picturebox with size 48X48 pixels. I "googled" and found the following sample code: Using DrawImageFileStream loFileStream = new FileStream(@".\RefreshCL.png", FileMode.Open, FileAccess.Read); Image loOriginalImage Read More
Microsoft has released Sync Framework couple months ago, enable offline data collection applications to synchronize local data back to another/centralized database. Eventually, this feature is already available in SQL Server (Data Replication) since Read More
Well, it might not any latest news. But it is really rock! (Updated) Source: http://weblogs.foxite.com/vfpimaging/archive/2008/05/21/6080.aspxhttp://weblogs.foxite.com/vfpimaging/archive/2008/04/24/6040.aspxhttp://weblogs.foxite.com/vfpimaging/archive/2008/04/04/5919.aspx Read More
That day I hit error as above when I want to access my localhost IIS. Luckily I could get it fixed very soon. It is caused by Skype. http://blog.jtbworld.com/2007/01/skype-behind-iis-error.html   Technorati tags: IIS, Skype Read More
DataEnvironment class has been introduced since VFP8. We could get more info from VFP help. mk:@MSITStore:C:\Program%20Files\Microsoft%20Visual%20FoxPro%208\dv_foxhelp.chm::/html/ctlDataEnvironment_Object.htm Last few days, we tried to migrate some of Read More
My team is moving to a new web product which would be developed in .NET C#. We are currently 9 developers and going to grown to 12. This is not the first .NET application. In fact, there are couple of them already. One of the problems we are having is Read More
Sometime we might want to re-use resources such as image that already exist in external assembly. We need to know what resource exist. Here is sample code that iterate all DLL files and display its resource name.  foreach (string filename in System.IO.Directory.GetFiles(@"C:\Documents Read More