Transparent Click-thru windows
It is often useful to provide the user with information on the screen, without interfering his work. Usually, you would just create a window with
It is often useful to provide the user with information on the screen, without interfering his work. Usually, you would just create a window with
I’ve recently came across a nice post on C# Frequently Asked Questions blog. In the post, they’ve shown a way to filter out, or (pre)process
Introduction It is sometimes necessary to add items to a bound ComboBox that will appear at the beginning of the drop-down list. If you ever
The different between a nice application and an exellent one, is many time only in the small details. How much did the developers really put
Introduction I never was a Win32 developer. But sometimes, the .NET classes just don’t make the cut. During my work, I needed a way to
While the Outlook objects expose most of the properties of the items they represent, sometime they miss the exact field that you need. In this
Working with threads and counters can because a really pain if you do not take care. Fortunately for us, .Net supplies us with a couple
Preventing an item in a CheckedListBox or a ListView with CheckBoxed is a really basic requirement when dealing with GUI. The simple and elegant code
In most of the cases where you need to use a ComboBox, you need it only so the user will be able to choose between
As I was working on a new GUI part of the software I’m working on, I needed to allow the user to choose only a
Although a bit old, I found the well-written, interesting article by Breman Sinaga, Design Patterns Implementation in a Storage Explorer Application to be an excellent
A little late, I know, but while watching the Channel 9: Scott Nonnenberg – Visualizers in VS 2005 webcast, I’ve learned the beauty of the
This blog, its content and opinions are my own. The contents do not represent my employer.
©️ 2024 Itay Sagui.