Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

Win32 function to get path to C:\ProgramData

winapi path programdata

SSPI header file - fatal error

In win32 C++ programming to close a window, should I call DestroyWindow(hWnd) myself or SendMessage(WM_CLOSE, hWnd, 0, 0)?

winapi

Blur behind transparent WPF window

c# wpf winapi

Check if a DLL is present in the system

c# windows winapi dll pinvoke

One-liner for RAII on non pointer?

c++ winapi raii

GetWindowRect too small on Windows 7

python windows winapi pywin32

Issue with clickonce bootstrapper and msbuild

msbuild clickonce winapi

How to list files in a directory using the Windows API?

Difference between event object and condition variable

Win32 C++ Create a Window and Procedure Within a Class

c++ class winapi

How do I change another program's window's size?

c# winapi

What does the acronym IDC mean?

c++ windows winapi mfc resources

How do I stop Windows from blocking the program during a window drag or menu button being held down?

c++ c winapi windows-messages

Inter-process communication

delphi winapi ipc delphi-2007

How to get a sub-process' return code

c++ winapi

join equivalent in Windows

How can I wait until an external process has completed?

delphi winapi

High-level languages for out-of-the-box GUI desktop application programming [closed]

Is there a clean way to prevent windows.h from creating a near & far macro?

c++ c winapi dos