Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

How to LEDs of a USB keyboard under Windows

windows winapi keyboard usb led

Why does my DirectInput8 stack overflow?

c++ c winapi directx directinput

Building a custom credential provider for Windows 7

windows winapi winlogon

Implement a "do not disturb / distract me" mode in Windows

Invoke Windows Magnifier

c# winapi sdk kinect

How to get the Windows 7 theme name

c# winapi

What does _locking() really do?

c++ c file winapi file-locking

What's the difference between struct { ... } and struct { union { struct { ... } } }?

c winapi struct unions

How to maximize a window after minimizing it

c++ windows winapi

WM_EX_TRANSPARENT doesn't repaint child windows

File History on windows 8

c# .net winapi windows-8

Open local html file with parameters in default broswer on windows

windows winapi browser

Using Perl, is there a difference between Win32API::File::MoveFile and CORE::rename on MSWin32?

C# form from DLL loaded by native C++

c# c++ winapi dll

Efficiently computing date/time stamp for logging purposes on unix/win32

How to get new-style Windows drag&drop cursors

Programmatically open charm bar, power bar and start menu with C#

PrintWindow WPF / DirectX

wpf winapi directx

Directly sending keystrokes to another process via hooking

How do I redirect output to a file with CreateProcess?

c++ c winapi io-redirection