Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

Where do I need to switch the Activation Context?

How to verify user logged in to domain or locally

Programmatically differentiating between physical or virtual keyboards

Why does my message box look different from those Windows 10 otherwise shows?

ShellExecute, "Print"

winapi

Python and ShutdownBlockReasonCreate, ShutdownBlockReasonDestroy, and ShutdownBlockReasonQuery

python winapi

Out-of-process COM server without a proxy/stub DLL?

winapi com rpc out-of-process

Prevent my Win32 application's UI elements from being scaled up when high DPI is set

Extract cursor size via WinAPI (Windows 10)

java c++ swing winapi windows-10

How do I open a file without blocking in windows?

windows winapi

Network Discovery of Servers

What is the value of a dialog constant DS_RECURSE? [closed]

winapi

How to get the current text cursor position from Python in a Windows Terminal?

Any simple/quick way to fork() on Windows (ANSI C) (_beginthread/_beginthreadex/CreateProcess)

c winapi fork

Easy way to get NUMBERFMT populated with defaults?

winapi localization

C# System.ComponentModel.Win32Exception (0x80004005): Not enough storage is available to process this command

c# wpf winapi win32exception

Do child windows have the same DPI as their parents in a per-monitor-aware application?

windows winapi dpi

Why am I getting WM_MOUSEACTIVATE when I click on my child window? I have it change focus to the parent, which screws child kill focus logic

c winapi focus