Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

Why is GetClientRect including the window border and title bar?

c++ windows winapi screenshot

Why does SystemParametersInfo(SPI_SETNONCLIENTMETRICS, ...) hang in Windows 7 when it didn't before?

delphi delphi-7 winapi

How to make a Win32 dialog appear at the default position (CW_USEDEFAULT)?

How can I use Application Recovery and Restart in Delphi?

delphi winapi

Win32 C++ - Do something when window is restored, which message?

windows winapi

Assigning an arbitrary address to a HWND

c++ winapi pointers

Request refresh of LVN_GETEMPTYMARKUP

winapi visual-c++ listview

Is there a faster alternative to enumerating folders than FindFirstFile/FindNextFile with C++?

How to get text with RTF format from Rich Edit Win API?

winapi rtf richedit

How To Use SetConsoleCursorPosition Func

c winapi graphic

Is it possible to call WinMain from regular main?

c++ windows winapi

What are "transactional" file operations?

Open an Event object created by my service from my application

windows winapi service

Why does CreateWindow() take a hInstance as an argument if was already provided when the window class was registered?

c winapi

Can a message-only window receive WM_QUERYENDSESSION?

windows winapi

How does Office 2013 implement black windows for IRM?

winapi ms-office

Why Non-Unicode apps system locale makes Unicode fonts with symbol charset displayed incorrectly?

Is there a way to know when another hwnd has closed?

winapi hwnd

How to get the PIDL of an open explorer window?

c# winapi com windows-explorer

How windows APIs accept strings

c++ winapi pointers mfc