Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

How to query the thread count of a process using the regular Windows C/C++ APIs

c++ c winapi

Question about IsDialogMessage() in WIN32

c winapi

How to use Win32 GetMonitorInfo() in .NET c#?

Win32 in C - Why does my text show up as a foreign language?

c winapi locale

what is User32.dll and How it is used in WPF?

.net wpf winapi

How to setup multiple radio button groups for proper tab-order and keyboard interaction (WIN32)?

Edit control capture enter key

c++ winapi

Call windows function (getting the font directory)

winapi go

Reset cursor in WM_SETCURSOR handler properly

c++ winapi

What is the fastest way to get only directory list

delphi winapi

Does a DLL get removed if the DLL that loaded it is unloaded?

windows winapi dll

Determine the parent process of the current app

delphi winapi

Operator precedence for "<<" and "++" in VS2008 with optimization

How to clear a process command line?

How do I get to the parent thread from a child thread or another thread? [duplicate]

.net multithreading winapi

Is CWnd::GetSafeHwnd() and CWnd::m_hWnd ThreadSafe?

How can I supress all error dialogs when a process crashes (I only want it to crash silently)

List of currently running process in golang, Windows version

windows go winapi

Load window icon dynamically

c++ winapi

Why does CreateFileMapping return "file already exists"?

delphi winapi shared-memory