Lost your password?

Blogs about: Win32 Api

Featured Blog

Calling native Win32 DLLs in C# with P/Invoke1 comment

Gopal wrote 2 months ago: Calling an unmanaged Win32 DLL (Dynamic Linked Library) via a managed programming language is a hard … more →

Tags: Programming, C#, Native, p/invoke

Win32 API listings

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 →

Tags: Resources, Win32, API

Moving a Form without the Title Bar1 comment

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 →

Tags: .NET, csharp, API, interoperability, codeproject, Winforms

Changing Display Settings Programmatically2 comments

Mohammad Elsheimy wrote 6 months ago: Introduction Previously, we have talked about how to change screen resolution and color system via D … more →

Tags: .NET, csharp, API, interoperability, codeproject, Display

Registry helper class

yoonhada wrote 7 months ago: A set of template classes for working with the registry http://www.codeproject.com/KB/system/registr … more →

Tags: registry

Programmatically Turning on the Screen Saver5 comments

Mohammad Elsheimy wrote 7 months ago: Overview This lesson focuses on how to programmatically turn on the screen saver. Background In Wind … more →

Tags: .NET, csharp, API, interoperability, Screen Saver, codeproject

Clearing the Console Screen using API

Mohammad Elsheimy wrote 8 months ago: What you learn? In addition to clearing the console screen, this lesson teaches you some about PInvo … more →

Tags: .NET, csharp, API, codeproject, Console

Programmatically Swapping Mouse Buttons2 comments

Mohammad Elsheimy wrote 8 months ago: Swapping mouse buttons means swapping the two buttons, making the right button acts like the left on … more →

Tags: .NET, csharp, API, codeproject, mouse

Creating a transacted file in Windows Vista2 comments

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 →

Tags: .NET, csharp, API, codeproject, Windows Vista, File System

Creating a message box directly using API

Mohammad Elsheimy wrote 10 months ago: The .NET Framework contains holes that you can’t overcome using the managed code. Then you mus … more →

Tags: .NET, csharp, API, codeproject

Window style

yoonhada wrote 11 months ago: 윈도우 구성요소와 관계된 윈도우 스타일 스타일 해당 윈도우의 구성요소 WS_CAPTION 제목표시줄 WS_BORDER 가는(크기 변경 불가능) 윈도우 프레임 WS_DLGFRAME … more →

C# Win32 messaging with SendMessage and WM_COPYDATA8 comments

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 →

Tags: geeky, Programming, messaging, SendMessage, Windows, WM_COPYDATA, WM_USER

Forcing just one instance of an Application to execute at a time1 comment

syedgakbar wrote 1 year ago: When developing a desktop application, it’s often required that only one instance of applicati … more →

Tags: Windows, Single Instance, Application, RUN, mutex, shared data segment

Restore Notification Area Icon after Explorer Crash2 comments

syedgakbar wrote 1 year ago: If you are writing any application which adds an icon to the Taskbar notification area, it’s r … more →

Tags: Windows, Notification Area, explorer, restore, Icon

PInvoke.net

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 →

Tags: Website Review, .NET, C#, VB

IsWindowVisible API Catch

syedgakbar wrote 1 year ago: In one of my utilities, I was using the IsWindowVisible  function to get the current window state. T … more →

Tags: Windows, API, Visible

Passing pointer of class member functions to Windows API1 comment

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 →

Tags: Visual C++, C#, Class, function pointer, Member Pointer

Embedding DLL and binary files in the Win32 Executable17 comments

syedgakbar wrote 2 years ago: Embedding DLL and binary files in the Executable applications Though for most of the cases, it’s rec … more →

Tags: Visual C++, C#, dll, Resouces, Win32

Taskbar buttons reorder utility2 comments

syedgakbar wrote 2 years ago: Since the start of my professional career, I had always liked the taskbar buttons in the Windows Tas … more →


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS