Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

Get memory usage of computer in Windows with Python

Which reasons could make ShellExecute fail?

How to set default font for all the windows in a Win32 Application?

windows winapi mfc fonts

How can I detect Windows 8.1 in a Desktop application

windows winapi

How do I implement dragging a window using its client area?

c++ windows winapi

How does Windows protect transition into kernel mode?

windows winapi kernel

Undefined reference to "sleep" but I did include <unistd.h>

c windows winapi sleep

CreateWindowEx function fails but GetLastError() returns ERROR_SUCCESS

Why are there WSA pendants for socket(), connect(), send() and so on, but not for closesocket()?

c++ winapi sockets winsock

How can I simulate a button click given the handle to the button's window?

c++ winapi button

How can I determine whether a process is 32 or 64 bit?

c++ windows winapi 32bit-64bit

Signalled and non-signalled state of event

c multithreading winapi

How to wait for a shell process to finish before executing further code in VB6

What does .NET give me, that Win32 does NOT?

.net c++ windows winapi

Why does OpenProcessToken fail with ERROR_ACCESS_DENIED

c security winapi

How to get hardware MAC address on Windows

c++ winapi networking ndis

Run a portable executable in memory - WinApi

c winapi

How can I retrieve monitor information?

.net c++ windows winapi monitors

Is it possible to prevent tearing artifacts when drawing using GDI on a window with DWM composition?

windows winapi gdi dwm