Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

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

Delphi notification when a file gets updated

Getting pixel color in C++

c++ windows winapi rgb pixel

Reading USB HID barcode scanner input without knowing VID&PID

How to get last error (WSAGetLastError)?

How do I create a Win32 DLL without a dependency on the C runtime

c++ c winapi dll

Any examples of creating a windows service in C/C++ ? (No GUI)

Timer in a win32 service