Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

How can I pass a variable-length string from an RPC server to the client?

c++ winapi rpc idl

Innosetup SendMessage after changing the environment values

winapi casting inno-setup

Hide an MFC dialog window

winapi visual-c++ mfc

How can I create alpha blended icon/cursor (indirect) from the TBitmap instance of 32 bpp w/o making an temporary DIB section?

delphi winapi alpha vcl

How Could A Keylogger Dramatically Improves Performance Of PostMessage()

c# .net winforms winapi

Does PostQuitMessage() goes into WM_DESTROY or WM_CLOSE?

c windows winapi

CreateFile returns error INVALID_HANDLE_VALUE (for COM port), and GetLastError returns "can't find file specified"

c++ winapi serial-port

Win32 COM Programming in Pure C

c winapi com

Using /YC and /MP together in a Visual Studio 10 project

C# I/O library that supports long paths (to solve PathTooLongException)

SelectDirectory/ShBrowseForFolder issue when having a lot of shell items

delphi winapi windows-shell

Add, Remove Folder from IShellLibrary

How to redirect large amount of output from command executed by CreateProcess?

delphi winapi

Has anyone heard of this strange bug with the standard Windows message box?

How can I get the application name after it has been renamed?

winapi

IWebbrowser2 IE=edge and User agent string

SetThreadExecutionState preventing manual sleep

windows winapi

Get all files listed inside .exe directory not knowing location

c++ winapi directory

Windows Toolbar - Controlling button size and padding

How do I install a signal handler for an access violation error on Windows, in C?

c windows winapi