Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

How to immediately exit a Windows Forms .NET application?

.net winforms winapi

Client-area of Tab control?

c winapi tabs

CreateProcess to run as administrator

winapi uac createprocess

How to structure C++ Windows API programs like C# WinForms

c++ windows winapi

How do I make Win32 API calls from PHP?

php winapi

WM_VSCROLL / WM_HSCROLL message from TrackBar is not sent to the subclassed MessageHandler. Why?

c++ c winapi

How to create a struct in Rust where the last element is an array of variable length?

arrays winapi rust malloc

Should I use Direct3D or just Windows GDI for a fancy/high-perf Win32 app UI? [closed]

c++ winapi gdi direct3d

Watching Global Events created by a native process in a .NET process

c# .net c++ winapi events

C++ Can't get process id (windows)

c++ windows winapi process

Proper use of CommandLineToArgvW?

c++ winapi

C++ code to delete all files in a folder with FindFirstFile/FindNextFile

c++ windows file winapi

How to distinguish WM_MOUSE*** messages generated by touch pad from generated by mouse device?

windows winapi input touch

How to use Visual Studio 2019 to target Windows 7?

c++ winapi windows-7

Obtain thread handle from thread id of ANOTHER process

When to call PostQuitMessage

c++ c winapi application-close

SetWinEventHook does not catch any event

WIN32 Logon question

winapi active-directory

SwapBuffers causes redraw

c++ c winapi opengl

GetWindowRect returns wrong values on one application, all other applications are correct

c# .net windows winapi