Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

How to send HTTPS request using WinInet?

Setting focus to a Windows application from Node-JS

How can I handle DLL errors in VBA?

How to get handle of a console window launched from my GUI application?

How to detect tapping (touch input) globally instead of mouse clicking?

c# .net winapi windows-8 touch

Get IP-Address from DNS without GetHostByName

delphi sockets winapi winsock

Can't install windows 7 SDK (require already installed .NET Framework 4)

Fullscreen vs Borderless window

windows winapi

How reliable is page write-tracking in Windows given processor caches

c++ windows winapi

Disabling Screen Saver and Power Options in C#

c# screensaver winapi

Creating a unique temporary directory from pure C in windows

Why does Unix have fork() but not CreateProcess()?

std::conditional_variable::wait_for, std::thread::sleep_for on Windows are affected by adjusting clock

Get icons for common file types

c++ winapi visual-c++ icons

How to make sure that a file was permanently saved on USB, when user doesn't use "Safely Remove Hardware"?

windows delphi winapi usb flush

What combination of MINIDUMP_TYPE enumeration values will give me the most 'complete' mini dump?

How to follow a .lnk file programmatically

c# .net windows winforms winapi

Getting application version from within application

c++ windows winapi versioning

In Delphi, how can you check if an IInterface reference implements a derived but not explicitly-supported interface?

Making a HANDLE RAII-compliant using shared_ptr with a custom deleter

c++ winapi raii