Displaying posts filed under

Microsoft Technologies

May
9
2010

How to block specific ports in Windows 7

If you like this post, please visit our sponsors above. Thanks!

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 [...]

Apr
25
2010

Arrays in C++

If you like this post, please visit our sponsors above. Thanks!

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 [...]

Apr
19
2010

Using Ribbon Control with Windows Forms: What I Learnt Today?

If you like this post, please visit our sponsors above. Thanks!

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 [...]

Apr
18
2010

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

If you like this post, please visit our sponsors above. Thanks!

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

Image Courtesy MSDN.

Share on Facebook

Jun
4
2009

Generating Documentation from XML Comments in C#

If you like this post, please visit our sponsors above. Thanks!

C# allows developers to embed XML comments into their source files—a useful facility, especially when more than one programmer is working on the same code. The C# parser can expand these XML tags to provide additional information and export them to an external document for further processing. This article shows how to use XML comments [...]

May
24
2009

Writing Unified Scalable Application Logic: Windows Workflow Foundation

If you like this post, please visit our sponsors above. Thanks!

Everyone who writes applications or creates software wants to create scalable and easy to understand solutions. The problem however is that simple software is not scalable and scalable applications can get too hard to understand because of their distributed logic development.
Share on Facebook

Apr
29
2009

Windows Forms: Getting Started II

If you like this post, please visit our sponsors above. Thanks!

This tutorial contains some basic topics regarding getting started with  windows forms.
Share on Facebook

Apr
29
2009

Windows Forms: Getting Started I

If you like this post, please visit our sponsors above. Thanks!

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