Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

How can I extend the length of a memory-mapped file?

In MSDN, What does TBD stand for?

Why my edit control looks odd in my win32 c++ application using no MFC?

Why ShellExecute can not find a file?

c++ c windows winapi

Is there a common dialog for selecting Active Directory users?

List all web-browsers installed on a Windows machine

c# c++ delphi winapi browser

Error when using SetWindowsHookEx in Windows XP, but not in Windows 7

Is this a compiler bug, or a C language feature?

c winapi hyperlink cl.exe

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