Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

c++ / application with multiple separate windows

c++ winapi

How to hide web-page scrolls preserving scrolling functionality

win32 Handles and multithread

c++ winapi events handle

Why does a custom Window Procedure stop processing window messages?

winapi javafx

Determine if shell extension is called as a context menu handler or a drag-n-drop handler

Lua strings won't concatenate

winapi lua printf lua-alien

What windows messages are used by Delphi to notice changes in a combo box?

delphi winapi delphi-2009

GetLastInputTime shows impossible time?

c# winapi

WinAPI: Non-dll data in hook function

c++ winapi dll hook

Is SetEvent atomic?

PeekMessage problem

c++ c winapi

Is there a wsprintf()-type function from a low-level library such as kernel32.dll or ntdll.dll?

c windows winapi dll

Is it guaranteed to cancel socket operations under Windows 10+?

WM_NOTIFY and superclass chaining issue in Win32

c++ c winapi wndproc

Does someone have an optimized function to premultiply bitmap by alpha?

c++ winapi gdi+ alphablending

How to get the length of data to be read (reliably) in named pipes?

c++ windows winapi named-pipes

Why doesn't message box block the thread? [duplicate]

c++ multithreading winapi