Learn about a class that displays and automates a translucent, shadowed modal dialog with a progress sphere.
Progress Sphere
Published 06/23/2006
Learn about a class that displays and automates a translucent, shadowed modal dialog with a progress sphere.
Have you ever needed a messagebox style dialog to wait before allowing processing to continue and then disappear automatically? This DLL has a simple dialog box with a progress bar that does just that.
Modeless Multi-Threaded Progress Dialog
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.
Fear not, Tuple lovers. This much-maligned data type is still in use today.
With just a few lines of code, you can have a quick way to make an Enum accept String values instead of an ordinary named constant.
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.