28/01/2009
I’m going to describe the way to make a transparent picture box control in MFC (Smart Device application). It worked well on Windows CE, and it should be fine on Win32 application.
The key function is TransparentImage. Using it, you will see that the job is pretty simple…
Read the rest of this entry »
Leave a Comment » |
Misc, UI, Win Mobile - .NET CF, WinCE, Windows | Tagged: coding, control, MFC, pictureex, programming, transparent, UI, Win Mobile - .NET CF, WinCE |
Permalink
Posted by phvu
11/01/2009
I spent my rarely free time before the Lunar New Year holiday by playing with SmallBasic – one of more interesting tools introduced by Microsoft. Just another easy tool for newbies, but I wonder if “what can I do with it?”. It’s just has less than 15 keywords, and at the 1st sight, I can’t imagine anything I can do with it…
Read the rest of this entry »
Leave a Comment » |
.NET Framework, Misc, UI, Windows | Tagged: coding, CrashDown, programming, SmallBasic, UI |
Permalink
Posted by phvu
27/11/2008
As the name suggests, GUIs (Graphical User Interfaces) present their features and functions visually. The human-computer interaction is heavily based on seeing things, looking for things and interacting with graphical UI elements. Color is a main characteristic of any visual scene, not only on computer screens, but in any situation where we see something. Because most of what we see and interact with in our everyday life is colored (as opposed to shades of white-gray-black), we are very familiar with colors – maybe so much that we don’t think about them a lot. On the other hand, it does bother us when we need to read a dark-gray label on a black button. So colors have the potential to boost or wreck the user experience. This article will introduce the concept of user experience and highlight some aspects of colors and color perception together with recommendations for UI design.
Read the rest of this entry »
Leave a Comment » |
Misc, UI, Windows | Tagged: UI |
Permalink
Posted by phvu