Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

How to convert a delphi form's width and height pixels into dialog units?

delphi winapi

Adding ToolTip to a ComboBoxEx fails

Rust bitfields and enumerations C++ style

Get unique identifier for Windows monitors

c++ winapi

Amended code to retrieve dual signature information from PE executable in Windows?

Why does clicking a child window not always bring the application to the foreground?

windows winapi

How do you retrieve stylus pressure information on windows?

winapi tablet stylus-pen

How do I get a specific TIME_ZONE_INFORMATION struct in Win32?

winapi datetime

Retrieving available font sizes on Windows

winapi fonts font-size

Persist a pidl (ITEMIDLIST)

winapi

How to copy bitmap to clipboard using the win32 API?

How do I get a string description of a Win32 crash while in Top level filter (I am looking for the address of the instruction at the top of the stack)

What does a leading "\??\" on a windows path mean? [duplicate]

windows winapi path

How to capture part of a screen

how to acquire list of notification area icons?

windows winapi taskbar

Difference between PathAppend and PathCombine in Win32 API

c++ path winapi

Is it necessary to destroy a tooltip?

c++ winapi tooltip destroy

Detours alternative for Registry interception

How could I detect when my application is minimized?

Windows hook with Python

python c winapi hook ctypes