Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

Windows 8 taskmanager app history in C#

c# winapi windows-8

How to play a standard windows sound?

winapi audio

How to get coordinates of window client area

c# winapi

Pros and Cons of using SetProcessWorkingSetSize

How do I get the window handle of the desktop?

c++ windows winapi shell desktop

Delphi XE and Trapping Arrow Key with OnKeyDown

Hosting the .NET runtime in a Delphi Program

.net delphi winapi com interop

C++ Win32 Console Color

c++ winapi colors console

Why can't my WndProc be in a class?

c++ winapi

C library vs WinApi

c++ c winapi visual-c++

How to make multiple windows using Win32 API

c++ windows winapi

Launching a process in user’s session from a service

Is it reasonable to call CloseHandle() on a thread before it terminates?

multithreading winapi

Get memory usage of computer in Windows with Python

Which reasons could make ShellExecute fail?

How to set default font for all the windows in a Win32 Application?

windows winapi mfc fonts

How can I detect Windows 8.1 in a Desktop application

windows winapi

How do I implement dragging a window using its client area?

c++ windows winapi

How does Windows protect transition into kernel mode?

windows winapi kernel

Undefined reference to "sleep" but I did include <unistd.h>

c windows winapi sleep