Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

Is there something special about using BeginPaint/EndPain and not GetDC/ReleaseDC in response to WM_PAINT message?

c++ winapi gdi paint wm-paint

Transparency to text in GDI

winapi gdi

How can I make the Win32 API window more modern looking?

c++ c windows winapi interface

Proper handling of GetLastError (and others) in a multithreaded context

c++ c multithreading winapi

Why windows 64 still makes use of user32.dll etc?

winapi 64-bit 32bit-64bit

How to get list of GDI handles

c++ c windows winapi gdi

Send windows message to a Windows Service

How to capture part of the screen and save it to a BMP? [duplicate]

c++ winapi bmp screen-capture

Is fwrite faster than WriteFile in windows?

Call Windows API from node.js msg

javascript node.js winapi

How do I detect the DLLs required by an application?

winapi dll

Win32: My Application freezes while the user resizes the window

Cursor style doesn't stay updated

c++ winapi mouse-cursor

Unhandled exception / Access violation writing location in a Mutex example

Why is a maximized Delphi form 8 pixels wider and higher than the GetSystemMetrics values?

windows delphi winapi

WinMain vs. main (C++) [duplicate]

c++ winapi

How to disable push button - Win32 API

c++ winapi

Alias for function

c# function winapi alias extern

What are some alternatives to RegistryKey.OpenBaseKey in .NET 3.5?

How Do I Stop An Application From Opening

c# .net c++ winapi