Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

How to create a menu item with UAC-shield in C++?

c++ winapi

What is the proper way to cast from an 'OLE_HANDLE' to an 'HICON'?

c++ windows winapi mfc casting

Stopping a thread in Win32/MFC

c++ multithreading winapi mfc

Win32: Get message notification of other application's close/exit

windows winapi visual-c++

Is it possible to reasonably workaround an antivirus scanning the working directory?

Programably make and play a sound through speakers C++

c++ winapi native

Can CreateFile() Open one file at the same time in two different thread

c winapi createfile

Is there a C++/win32 library function to convert a file path to a file:// URL?

c++ winapi

What's the correct way to create a subclass of a MFC control?

c++ mfc winapi

Managing windows API differences between Windows XP and Vista/Server 2008

How can i use a C# dll in a Win32 C++ project?

c# winapi visual-c++ pinvoke

Change the default window font in a Win32 Windows project

c winapi

SetWindowsHookEx with WH_MOUSE_LL slows down the mouse for several seconds

c# winapi mouseevent

Pause/Break as a Keyboard ShortCut (Win32, *Possibly* Delphi-specific)

Input Box in an MFC CWinApp program?

WM_KEYDOWN, getting values from the lparam?

c++ c winapi

GetOpenFileName fails in 64 bit, but works in 32Bit?

How to access a .Net web service from a Delphi Win32 application?

Collect all active window class names

How to avoid excessive screen flickering with GDI

c++ winapi gdi paint