Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

Alphablend function

c++ winapi gdi alphablending

Win32 application write output to console using printf

c++ windows winapi

Is it possible to use unicode characters in a Win32 resource file?

CBTProc callback not working, setEventHookEx

c# winforms powershell winapi

How to programmatically access the 'netsh' API via Windows SDK

Sending arguments to an app-instance that resides in another process

c# .net wpf winapi ipc

How to include WinAPI without contaminating the rest of the code?

c++ winapi

Remove the limit on the number of characters that can be entered into a Win32 Edit control

ReadFile() returning 1 with "lpNumberOfBytesRead" set to 0

c++ winapi visual-c++ readfile

How to properly use %USERPROFILE% inside code?

How to check if my window gets hidden/visible?

Using Microsoft.Win32.SafeHandles vs Marshal.AllocHGlobal and Marshal.FreeHGlobal

.net winapi marshalling

When does setting topmost on a window fail to work?

c++ windows winapi

Add event handler to button in c++

c++ winapi events button

How can I tell if the current process is a service or not (C++, Win32)?

c++ winapi

How to add Ⓒ symbol in resource file to support in Japanese Windows OS.

c++ winapi unicode

Get active Tab URL in FireFox with C++

c++ winapi geturl

CreateProcess cmd.exe read/write pipes deadlock

c++ winapi cmd