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#9187/18/2007
Find the IP of a WinCE device Works also on devices without shells, such as emulators...C#2933/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#3011/23/2007
Dispose pattern A good implementation of the IDisposable patternC#3001/23/2007
Transparent panel A panel with a transparent background-C#22627/26/2006
PocketPC FileRetriever via ActiveSync This snippet retrieve all files in the specified folder of a repote PocketPC device connected via ActiveSync.C#15395/9/2006
FileEnumerator Enumerates all files in the specified directory (included files in all subdirectories of the specified directory).C#3805/5/2006
DirectoryEnumerator Enumerates all subdirectories of a specified directory.C#3255/5/2006
Compact Framework 1.0: Splash Screen A useful splash screen for any Compact Framework 1.0 application! :)C#10055/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#11055/3/2006
12