TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Windows API
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sam Hobbs (2)
Hemant Solanki (1)
Mohan Kumar (1)
Dipal Choksi (1)
Amit Choudhary (1)
Mohammad Elsheimy (1)
Caonabo Ruiz (1)
Chandra Hundigam (1)
Related resources for Windows API
No resource found
Learn about Garbage Collector in .NET
9/23/2024 9:23:17 AM.
This article discusses the .NET Garbage Collector and its role in memory management, distinguishing between managed and unmanaged resources. It highlights the limitations of using Objects. Finalize fo
Find And Close The Window Using WIN API
9/10/2023 10:43:56 PM.
This article explains how to find and close the window using Win API. To find and close a window using the Windows API in a C# application, you can use the FindWindow function to locate the window by
Clicking a Button in Another Application
7/27/2023 9:20:10 AM.
This article provides a simple sample of an application that clicks a button in another application.
Windows API Window Using C#
11/8/2014 11:58:58 PM.
This program will create a very simple window that just says "Hello" but it does using just the Windows GUI API in C#.
Platform Invoke Sample - Changing the Desktop Wallpaper
9/30/2012 3:56:27 AM.
In this example we will see how to change the Desktop wallpaper by invoking a Windows API function from C#. The Platform Invoke mechanism allows you to access unmanaged functions implemented in dlls.
Handling Longpath problem in Windows
3/27/2011 2:52:54 AM.
This article will describe how you can handle a longpath problem in Windows.
.NET Interoperability at a Glance 1 – Introduction
12/27/2010 12:33:04 AM.
In this article and the few following it, we’ll try to take a tour in Interoperability in .NET Framework.
Using .NET Framework Multithreading and GDI+ to Enrich the user experience
1/30/2006 11:56:19 PM.
This tutorial shows you how to create, send, and received messages using MSMQ from the .NET base class library (System.Messaging) and C#.
Kill an Application with System Menu using C#
1/11/2006 5:31:20 AM.
This article uses the Windows API’s to kill the application running under windows environment.
- Ebook
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download