Always remain updated about current software development trends

Articles by MUKIT, ATAUL

Solve error RC2135 : file not found: xxxxx.tlb

This tip tells you what to do when you are faced with the RC2135 problem in the resource file

How to prevent OnEraseBkgnd effect in C# applications

how to make sure background is not painted in C#

Implement Doc-View with windows forms

Implement document view architecture in c#

Save a 24 bit bitmap's pixel data to File in BMP format

This tip shows how to save a 24 bitmap to a file given filename, pixel data, bitmap width and bitmap height

static variables causing problem in console applications

sometimes console applications give runtime error when you declare static varialbes, so here is a solution how to deal with it

Invalid Address specified to RtlFreeHeap - How to Solve

This tip tells you how to solve the Invalid Address specified to RtlFreeHeap issue

Fast Ensure Visible for CGridCtrl

This tip shows a very fast algorithm (with some constraints enforced for it to work) to EnsureVisible a row in CGridCtrl by Chris Maunder