Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

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

How do I create Windows in D with win32?

winapi d win32gui

How should I provide an inner private non visual window (handle) a non visual VCL component?

C# WinAPI Clicking on menu items

c# winapi menu automation

SetWindowTextW in an ANSI project

c++ winapi unicode mfc

Is it possible to write a windows application that gets a notification when text is selected in another windows application?

c# c++ windows winapi

Getting the mouse coordinates in the WM_LBUTTONDOWN message

c++ winapi

What is Subclassing and API Hooking?

LoadLibrary with Absolute Path returns Incorrect HMODULE with No Error

How does the message loop use threads?

Why does memory allocated from inside a DLL become invalid after FreeLibrary()?

Cast (const) char * to LPCWSTR [duplicate]

c++ winapi char wchar-t lpcwstr

C++ mouse click on certain spot in window

c++ c winapi

Implementing scroll in custom drawn control in WTL

winapi visual-c++ atl wtl