Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

How to determine the current input language?

How can I stop my application showing on the taskbar?

FindFirstChangeNotification is notifying about changes twice

c++ windows winapi

timer accuracy: c clock( ) vs. WinAPI's QPC or timeGetTime( )

c++ c winapi timer

How can I prevent my program from closing when a open console window is closed?

c++ winapi console

Embedding dialogs in main dialog and switching them with button click in MFC

c++ winapi mfc dialog

Certificate pinning with WinHTTP API

c winapi ssl winhttp

Win32. Enable visual styles in dll

Conversion from HGDIOBJ to HBRUSH

c++ winapi g++

Wrong result from GlobalMemoryStatusEx() on Windows

winapi

NASM tutorial uses int 80h, but this isn't working on Windows

windows winapi assembly x86 nasm

When should Win32/WinAPI types be used vs. Standard C types?

c windows winapi

How do I determine number of window handles an application is using?

windows winapi

How to do windows API calls in Python 3.1?

python winapi python-3.x

How to get the Windows Power State Message (WM_POWERBROADCAST) when not running a Win32 GUI app?

c++ winapi

Game loop in Win32 API

c++ winapi gdi+ game-loop

Adding items to a ListView?

c++ listview winapi

How to put a break line in string?

c++ string winapi visual-c++

Program to discover HWND of objects like windows and buttons

InternetOpenUrl only returns after entire HTTP response is downloaded

c++ winapi http wininet