Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

How to define private base Application messages?

delphi winapi messages

Which is better/safer to use: HandleRef or IntPtr (newer source code from Microsoft no longer uses HandleRef)

c# winapi interop native intptr

Effects of switching between /SUBSYSTEM:CONSOLE to /SUBSYSTEM:WINDOWS in a DLL

Get the current working directory for cmd.exe

.net winapi directory cmd

How do I get the position of a control relative to the window's client rect?

c++ user-interface winapi

Faster way to get multiple FileInfo's?

c# file-io winapi

Lock file exclusively then delete/move it

c# .net winapi file-locking

What unicode encoding (UTF-8, UTF-16, other) does Windows use for its Unicode data types?

How to detect whether Windows is shutting down or restarting

c++ winapi api shutdown restart

Change Win32 Window Style

winapi

Allow selection in Explorer-style list view to start in the first column

How do you check the windows version in Win32 at runtime?

winapi

Win32 SetForegroundWindow unreliable

c++ winapi

Win32: How to hide 3rd party windows in taskbar by hWnd

c++ windows winapi

How to programmatically check the "Password must meet complexity requirements" group policy setting?

Can a window be always on top of just one other window?

windows winapi

Programmatically rename open file on Windows

c# c windows linux winapi

DrawText VS TextOut Win32

c++ winapi gdi

What to do to make application Large Address Aware?

c++ visual-studio winapi

SendMessage(HWND_BROADCAST, ....) hangs

windows winapi