Displaying posts tagged with

“GUI”

Apr
18
2010

Create A Simple WPF Ribbon Control: What I learnt Today?

In this tutorial I would explain how to create a simple Ribbon Control using Windows Presentation Foundation.

Image Courtesy MSDN.

Share on Facebook

May
24
2009

Callbacks, Threads and GUI

This article assumes that you have a working knowledge of C++ callbacks. Recently me and a friend encountered a situation where we had to show some data on dialog box that was generated inside of an independent thread. Sharing memory can be a good idea of passing a pointer to the dialog box. However, we [...]

Apr
29
2009

Windows Forms: Getting Started I

This tutorial contains some basic topics regarding getting started with  windows forms.
All the data is courtesy MSDN.
Share on Facebook