Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

Using JNA to get GetForegroundWindow();

java windows winapi jna

How to Lock Windows (like "Windows + L") from .NET?

.net windows winapi

Get subnet mask from GetAdapterAddresses()

c++ c winapi iphelper

opencv imread() on Windows for non-ASCII file names

c++ qt winapi opencv unicode

GWL_WNDPROC undeclared

c winapi

C++ Win32api, creating a dialog box without resource

c++ windows winapi dialog

capture the last WM_SIZE

c++ winapi resize

How to map Win32 types to C# types when using P/Invoke?

Convert errno.h error values to Win32 GetLastError() equivalents

c++ winapi posix errno dokan

C# - How to Save IntPtr Buffer Data to File (quickest way)?

c# winapi

Can DPI scaling be enabled/disabled programmatically on a per-session basis?

winapi graphics windows-10

LINQ in win32 DELPHI

linq delphi winapi

How to create a Windows-style textbox in a C++ Win32 application

c++ winapi

What are the exact steps for creating and then linking against a Win32 DLL on the command line?

c windows winapi dll native

How to detect screen resolution change in Delphi?

How can I programmatically determine the current default codepage of Windows?

winapi character-encoding

Get command line string of 64-bit process from 32-bit process

How do I check if my Delphi console app is redirected to a file or pipe?

c++: How to catch mouse clicks wherever they happen

c++ winapi mouse

Creating a thread in DllMain?

winapi dll multithreading