WE had to produce a video as part of our Arabic Language Course, thought we would do something fun with it. Enjoy! Starring: Ali Jalil Arif Sheikh Maqsood Gul Tayayb Bin Tariq [...]
22
2010
9
2010
How to block specific ports in Windows 7
Hello everyone, I have learnt from some Facebook status updates that there is some internet explorer related security threat on the loose. It has also endangered IM like Yahoo and Skype. In this wake Microsoft has recommended that TCP ports 139 and 445 be blocked. Here is how to accomplish this in Windows 7;
Share on [...]
8
2010
Using unmanaged code/types from managed code
You cannot declare a handle type in a native type. vcclr.h provides the type-safe wrapper template gcroot, to refer to a CLR object from the C++ heap. This template lets you embed a virtual handle in a native type and treat it as if it were the underlying type.
The gcroot template is implemented using the [...]
25
2010
Ten things you shouldn’t post to Facebook
It’s good to talk, so they say, and you know what? It’s good to share stuff too. Posting a few photos or a quick status update helps us stay connected with friends. Only trouble is, some people don’t know where to draw the line.
And there is most definitely a line. Some things just don’t [...]
25
2010
Matlab GUI-Radio Buttons: What I learnt Today?
Introduction
In this Matlab GUI Tutorial, you will learn how to use radio buttons, toggle buttons and the button group panel.
Share on Facebook
25
2010
Arrays in C++
Introduction
In some programs, you may need to represent a list of items that share some characteristics. You can declare as many variables as necessary to represent such items. Here is an example of 5 numbers declared in a program:
// This is the main project file for VC++ application project
// generated using an Application Wizard.
#include [...]
25
2010
Arrays in C#
This tutorial describes arrays and how they work in C#.
Tutorial
This tutorial is divided into the following sections:
Arrays in General
Declaring Arrays
Initializing Arrays
Accessing Array Members
Arrays are Objects
Using foreach with Arrays
Share on Facebook
19
2010
Using Ribbon Control with Windows Forms: What I Learnt Today?
Recently I have been exploring the use of Ribbon Control. Yesterday, I posted a tutorial on its use with Windows Workflow Foundation. However, I am far more comfortable developing applications with Windows Forms compared to WPF. So, I searched for Ribbon Control for Windows Forms. Although I found an open source version here, there was [...]
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
18
2010
What I learnt Today?
Hello Everyone,
To end the inactive blogging period, I have decided to start a new series of posts on my blog. Each one of these posts would describe something new I learnt during the day. I have chosen to name it “What I Learnt Today?”
Shortly, I would post a tutorial on creating Ribbon Control using Windows [...]