A set of template classes for working with the registry http://www.codeproject.com/KB/system/registry_value.aspx file link… more →
A biography of yoonhadaGopal wrote 2 months ago: Calling an unmanaged Win32 DLL (Dynamic Linked Library) via a managed programming language is a hard … more →
falaque wrote 4 months ago: I was wondering any one has put win32 api listing online. I googled and found some really useful res … more →
Mohammad Elsheimy wrote 6 months ago: What is that? Today, we are talking about how to move a form without its title bar. You might have n … more →
Mohammad Elsheimy wrote 6 months ago: Introduction Previously, we have talked about how to change screen resolution and color system via D … more →
yoonhada wrote 7 months ago: A set of template classes for working with the registry http://www.codeproject.com/KB/system/registr … more →
Mohammad Elsheimy wrote 7 months ago: Overview This lesson focuses on how to programmatically turn on the screen saver. Background In Wind … more →
Mohammad Elsheimy wrote 8 months ago: What you learn? In addition to clearing the console screen, this lesson teaches you some about PInvo … more →
Mohammad Elsheimy wrote 8 months ago: Swapping mouse buttons means swapping the two buttons, making the right button acts like the left on … more →
Mohammad Elsheimy wrote 9 months ago: Lastly but not last, and after a long while, Windows Vista introduced a way to create transacted fil … more →
Mohammad Elsheimy wrote 10 months ago: The .NET Framework contains holes that you can’t overcome using the managed code. Then you mus … more →
yoonhada wrote 11 months ago: 윈도우 구성요소와 관계된 윈도우 스타일 스타일 해당 윈도우의 구성요소 WS_CAPTION 제목표시줄 WS_BORDER 가는(크기 변경 불가능) 윈도우 프레임 WS_DLGFRAME … more →
boycook wrote 1 year ago: I had a real pain recently where I wanted to control one windows app from another. I found some usef … more →
syedgakbar wrote 1 year ago: When developing a desktop application, it’s often required that only one instance of applicati … more →
syedgakbar wrote 1 year ago: If you are writing any application which adds an icon to the Taskbar notification area, it’s r … more →
Bilal wrote 1 year ago: Address: www.pinvoke.net Its an excellent site which explain the use of WIN32 DLLs in .NET code ( C# … more →
syedgakbar wrote 1 year ago: In one of my utilities, I was using the IsWindowVisible function to get the current window state. T … more →
syedgakbar wrote 2 years ago: I was developing a small utility in C++, and was using the classes to make my program easy to read a … more →
syedgakbar wrote 2 years ago: Embedding DLL and binary files in the Executable applications Though for most of the cases, it’s rec … more →
syedgakbar wrote 2 years ago: Since the start of my professional career, I had always liked the taskbar buttons in the Windows Tas … more →