Home
Manage Your Code
Snippets for Diego Guidi
Showing 1-10 of 20
TitleDescriptionLanguageViewsDate Added
C# BusyIndicator Shows a wait cursor during a long task.C#5287/18/2007
Find the IP of a WinCE device Works also on devices without shells, such as emulators...C#1463/8/2007
Resurrect a finalized object If you want to resurrect a finalized object (i.e. in object pools) check first if it's possible!C#1471/23/2007
Dispose pattern A good implementation of the IDisposable patternC#1631/23/2007
Transparent panel A panel with a transparent background-C#2927/26/2006
PocketPC FileRetriever via ActiveSync This snippet retrieve all files in the specified folder of a repote PocketPC device connected via ActiveSync.C#5215/9/2006
FileEnumerator Enumerates all files in the specified directory (included files in all subdirectories of the specified directory).C#2005/5/2006
DirectoryEnumerator Enumerates all subdirectories of a specified directory.C#1695/5/2006
Compact Framework 1.0: Splash Screen A useful splash screen for any Compact Framework 1.0 application! :)C#4615/3/2006
WinForm freezer A utility class that show a static layout of a Windows Form when in the background the content itself is refreshed. This utility class is useful when it's necessary to refresh the content of a form avoiding UI flickering...C#6855/3/2006
12