Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

How to use win32 CreateProcess function to wait until the child done to write to file

c++ winapi createprocess

Why does CPU usage increase when my application is minimized?

c++ winapi opengl

What's the difference between struct __stat64 and struct _stati64 on WIN32?

winapi 64-bit msdn stat widechar

Can you have a win32 program that consists solely of a tray (notification) icon?

windows winapi trayicon

Why not calling window procedure instead of calling CallWindowProc?

Specific network interface IPv4 availability - No connectivity, Local, Internet

How to statically link the library for using SHGetSpecialFolderPath using cl.exe

c++ winapi

C# WOW6432 registry node messin things up

c# windows winapi registry

How to change the CP_ACP(0) of windows ANSI apis in an application?

Hit test rectangles

c++ windows winapi detection hit

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